FunctionToolCallDetails interface
The detailed information about the function called by the model.
Properties
arguments | The arguments that the model requires are provided to the named function. |
name | The name of the function. |
output | The output of the function, only populated for function calls that have already have had their outputs submitted. |
Property Details
arguments
The arguments that the model requires are provided to the named function.
arguments: string
Property Value
string
name
The name of the function.
name: string
Property Value
string
output
The output of the function, only populated for function calls that have already have had their outputs submitted.
output: null | string
Property Value
null | string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript