AzureFunctionToolCallDetails interface
The Azure function call description. All the fields are present in the completed run step, however only some fields are present in the RunStepDeltaAzureFunctionToolCall.
Properties
| arguments | JSON serialized function arguments. |
| name | The Azure function name |
| output | The function output. |
Property Details
arguments
JSON serialized function arguments.
arguments?: string
Property Value
string
name
The Azure function name
name?: string
Property Value
string
output
The function output.
output?: string
Property Value
string