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

RequiredFunctionToolCallDetails interface

The detailed information for a function invocation, as provided by a required action invoking a function tool, that includes the name of and arguments to the function.

Properties

arguments

The arguments to use when invoking the named function, as provided by the model. Arguments are presented as a JSON document that should be validated and parsed for evaluation.

name

The name of the function.

Property Details

arguments

The arguments to use when invoking the named function, as provided by the model. Arguments are presented as a JSON document that should be validated and parsed for evaluation.

arguments: string

Property Value

string

name

The name of the function.

name: string

Property Value

string