RunStepFunctionToolCallDetailsOutput 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