FunctionToolParam interface
interfaz de modelo FunctionToolParam
Propiedades
| allowed_callers | |
| defer_loading | Si esta función debe diferirse y descubrirse mediante búsqueda de herramientas. |
| description | |
| name | |
| output_schema | |
| parameters | |
| strict | |
| type |
Detalles de las propiedades
allowed_callers
defer_loading
Si esta función debe diferirse y descubrirse mediante búsqueda de herramientas.
defer_loading?: boolean
Valor de propiedad
boolean
description
description?: string
Valor de propiedad
string
name
name: string
Valor de propiedad
string
output_schema
output_schema?: Record<string, any>
Valor de propiedad
Record<string, any>
parameters
strict
strict?: boolean
Valor de propiedad
boolean
type
type: "function"
Valor de propiedad
"function"