Variable: READ_FILE_TOOL_OPENAI
constREAD_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
readonlydescription:string=READ_FILE_DESCRIPTION
name
readonlyname:"read_file"=READ_FILE_TOOL_NAME
parameters
readonlyparameters:object
parameters.properties
readonlyproperties:object
parameters.properties.path
readonlypath:object
parameters.properties.path.description
readonlydescription:"File path (relative to the project root, or absolute)."="File path (relative to the project root, or absolute)."
parameters.properties.path.type
readonlytype:"string"="string"
parameters.required
readonlyrequired: readonly ["path"]
parameters.type
readonlytype:"object"="object"
type
readonlytype:"function"="function"