FunctionCall interface
A named function to call.
Properties
| arguments | Optional. Arguments to pass to the function. Must be deserialized. |
| name | Name of the function to call. |
Property Details
arguments
Optional. Arguments to pass to the function. Must be deserialized.
arguments?: string
Property Value
string
name
Name of the function to call.
name?: string
Property Value
string