Variable: LIST_FILES_TOOL_OPENAI
constLIST_FILES_TOOL_OPENAI:object
Defined in: packages/aiui-claude-channel/src/linter-tools.ts:167
The list_files declaration in OpenAI realtime's tool shape.
Type Declaration
description
readonlydescription:string=LIST_FILES_DESCRIPTION
name
readonlyname:"list_files"=LIST_FILES_TOOL_NAME
parameters
readonlyparameters:object
parameters.properties
readonlyproperties:object
parameters.properties.depth
readonlydepth:object
parameters.properties.depth.description
readonlydescription:"How many directory levels to descend. Default 1, max 5."="How many directory levels to descend. Default 1, max 5."
parameters.properties.depth.type
readonlytype:"number"="number"
parameters.properties.path
readonlypath:object
parameters.properties.path.description
readonlydescription:"Directory to list (relative to the project root, or absolute)."="Directory to list (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"