Variable: GREP_TOOL_OPENAI
constGREP_TOOL_OPENAI:object
Defined in: packages/aiui-claude-channel/src/linter-tools.ts:188
The grep declaration in OpenAI realtime's tool shape.
Type Declaration
description
readonlydescription:string=GREP_DESCRIPTION
name
readonlyname:"grep"=GREP_TOOL_NAME
parameters
readonlyparameters:object
parameters.properties
readonlyproperties:object
parameters.properties.extensions
readonlyextensions:object
parameters.properties.extensions.description
readonlydescription: "Limit to these file extensions, e.g. ["ts","tsx"]." ='Limit to these file extensions, e.g. ["ts","tsx"].'
parameters.properties.extensions.items
readonlyitems:object
parameters.properties.extensions.items.type
readonlytype:"string"="string"
parameters.properties.extensions.type
readonlytype:"array"="array"
parameters.properties.path
readonlypath:object
parameters.properties.path.description
readonlydescription:"Directory or file to search (relative to the project root, or absolute)."="Directory or file to search (relative to the project root, or absolute)."
parameters.properties.path.type
readonlytype:"string"="string"
parameters.properties.pattern
readonlypattern:object
parameters.properties.pattern.description
readonlydescription:"JavaScript regular expression."="JavaScript regular expression."
parameters.properties.pattern.type
readonlytype:"string"="string"
parameters.required
readonlyrequired: readonly ["pattern"]
parameters.type
readonlytype:"object"="object"
type
readonlytype:"function"="function"