RequiredFunctionToolCallDetailsOutput 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