InputItemFunctionCallOutputItemParam interface
The output of a function tool call.
- Extends
Properties
| call_id | The unique ID of the function tool call generated by the model. |
| id | |
| output | Text, image, or file output of the function tool call. |
| status | |
| type | The type of the function tool call output. Always |
Property Details
call_id
The unique ID of the function tool call generated by the model.
call_id: string
Property Value
string
id
id?: string
Property Value
string
output
Text, image, or file output of the function tool call.
output: string | (InputTextContentParam | InputImageContentParamAutoParam | InputFileContentParam)[]
Property Value
string | (InputTextContentParam | InputImageContentParamAutoParam | InputFileContentParam)[]
status
type
The type of the function tool call output. Always function_call_output.
type: "function_call_output"
Property Value
"function_call_output"