RunStepFunctionToolCallDetails 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. |
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