Skip to content

Variable: READ_FILE_TOOL_OPENAI

const READ_FILE_TOOL_OPENAI: object

Defined in: packages/aiui-claude-channel/src/linter-tools.ts:50

The read_file declaration in OpenAI realtime's tool shape.

Type Declaration

description

readonly description: string = READ_FILE_DESCRIPTION

name

readonly name: "read_file" = READ_FILE_TOOL_NAME

parameters

readonly parameters: object

parameters.properties

readonly properties: object

parameters.properties.path

readonly path: object

parameters.properties.path.description

readonly description: "File path (relative to the project root, or absolute)." = "File path (relative to the project root, or absolute)."

parameters.properties.path.type

readonly type: "string" = "string"

parameters.required

readonly required: readonly ["path"]

parameters.type

readonly type: "object" = "object"

type

readonly type: "function" = "function"