FunctionToolParam interface
model interface FunctionToolParam
Properties
| defer_loading | Whether this function should be deferred and discovered via tool search. |
| description | |
| name | |
| parameters | |
| strict | |
| type |
Property Details
defer_loading
Whether this function should be deferred and discovered via tool search.
defer_loading?: boolean
Property Value
boolean
description
description?: string
Property Value
string
name
name: string
Property Value
string
parameters
strict
strict?: boolean
Property Value
boolean
type
type: "function"
Property Value
"function"