A JSON string of the arguments to pass to the function.
The unique ID of the function tool call generated by the model.
Optional
idThe unique ID of the function tool call.
The name of the function to run.
Optional
statusThe status of the item. One of in_progress
, completed
, or incomplete
.
Populated when items are returned via API.
The type of the function tool call. Always function_call
.
A tool call to run a function. See the function calling guide for more information.