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 function_call_output.

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

status

status?: FunctionCallItemStatus

Property Value

type

The type of the function tool call output. Always function_call_output.

type: "function_call_output"

Property Value

"function_call_output"