Skip to main content

FunctionCallOutputInputItem

Function call output item in input (user providing tool results).

typeType (string)
Constant value: function_call_output
Default value: function_call_output
call_idCall Id (string)required
outputOutput (string)required
id object
anyOf
string
status object
anyOf
string

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

FunctionCallOutputInputItem
{
"type": "function_call_output",
"call_id": "string",
"output": "string",
"id": "string",
"status": "completed"
}