Skip to content

Variable: LIST_FILES_TOOL_OPENAI

const LIST_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

readonly description: string = LIST_FILES_DESCRIPTION

name

readonly name: "list_files" = LIST_FILES_TOOL_NAME

parameters

readonly parameters: object

parameters.properties

readonly properties: object

parameters.properties.depth

readonly depth: object

parameters.properties.depth.description

readonly description: "How many directory levels to descend. Default 1, max 5." = "How many directory levels to descend. Default 1, max 5."

parameters.properties.depth.type

readonly type: "number" = "number"

parameters.properties.path

readonly path: object

parameters.properties.path.description

readonly description: "Directory to list (relative to the project root, or absolute)." = "Directory to list (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"