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

FunctionToolParam interface

model interface FunctionToolParam

属性

allowed_callers
defer_loading

是否应推迟此功能,并通过工具搜索发现。

description
name
output_schema
parameters
strict
type

属性详细信息

allowed_callers

allowed_callers?: CallableToolAllowedCaller[]

属性值

defer_loading

是否应推迟此功能,并通过工具搜索发现。

defer_loading?: boolean

属性值

boolean

description

description?: string

属性值

string

name

name: string

属性值

string

output_schema

output_schema?: Record<string, any>

属性值

Record<string, any>

parameters

parameters?: EmptyModelParam

属性值

strict

strict?: boolean

属性值

boolean

type

type: "function"

属性值

"function"