FunctionToolParam interface
model interface FunctionToolParam
属性
| defer_loading | 是否应推迟此功能,并通过工具搜索发现。 |
| description | |
| name | |
| parameters | |
| strict | |
| type |
属性详细信息
defer_loading
是否应推迟此功能,并通过工具搜索发现。
defer_loading?: boolean
属性值
boolean
description
description?: string
属性值
string
name
name: string
属性值
string
parameters
strict
strict?: boolean
属性值
boolean
type
type: "function"
属性值
"function"