你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FunctionToolCallDetails interface
有关模型调用的函数的详细信息。
属性
arguments | 模型所需的参数将提供给命名函数。 |
name | 函数的名称。 |
output | 函数的输出,仅为已提交其输出的函数调用填充。 |
属性详细信息
arguments
模型所需的参数将提供给命名函数。
arguments: string
属性值
string
name
函数的名称。
name: string
属性值
string
output
函数的输出,仅为已提交其输出的函数调用填充。
output: null | string
属性值
null | string