你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FunctionDefinition interface
调用方指定的函数的定义,聊天补全可能会调用该函数以响应匹配的用户输入。
属性
description | 函数操作的说明。 当选择函数并解释其参数时,模型将使用此说明。 |
name | 要调用的函数的名称。 |
parameters | 函数接受的参数,描述为 JSON 架构对象。 |
属性详细信息
description
函数操作的说明。 当选择函数并解释其参数时,模型将使用此说明。
description?: string
属性值
string
name
要调用的函数的名称。
name: string
属性值
string
parameters
函数接受的参数,描述为 JSON 架构对象。
parameters?: Record<string, any>
属性值
Record<string, any>