Skip to main content

FunctionCallInputItem

Function call item replayed in input (from a previous assistant response).

typeType (string)
Constant value: function_call
Default value: function_call
id object
anyOf
string
call_idCall Id (string)required
nameName (string)required
argumentsArguments (string)required
status object
anyOf
string

Possible values: [completed, failed, in_progress, incomplete]

FunctionCallInputItem
{
"type": "function_call",
"id": "string",
"call_id": "string",
"name": "string",
"arguments": "string",
"status": "completed"
}