FunctionCallInputItem
Function call item replayed in input (from a previous assistant response).
typeType (string)
Constant value:
function_callDefault value:
function_callid object
anyOf
- string
- null
string
call_idCall Id (string)required
nameName (string)required
argumentsArguments (string)required
status object
anyOf
- string
- null
string
Possible values: [completed, failed, in_progress, incomplete]
FunctionCallInputItem
{
"type": "function_call",
"id": "string",
"call_id": "string",
"name": "string",
"arguments": "string",
"status": "completed"
}