你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

parameters?: EmptyModelParam

属性值

strict

strict?: boolean

属性值

boolean

type

type: "function"

属性值

"function"