FunctionCallOutputInputItem
Function call output item in input (user providing tool results).
typeType (string)
Constant value:
function_call_outputDefault value:
function_call_outputcall_idCall Id (string)required
outputOutput (string)required
id object
anyOf
- string
- null
string
status object
anyOf
- string
- null
string
Possible values: [completed, failed, in_progress, incomplete]
FunctionCallOutputInputItem
{
"type": "function_call_output",
"call_id": "string",
"output": "string",
"id": "string",
"status": "completed"
}