InputItemComputerCallOutputItemParam interface

The output of a computer tool call.

Extends

Properties

acknowledged_safety_checks
call_id

The ID of the computer tool call that produced the output.

id
output
status
type

The type of the computer tool call output. Always computer_call_output.

Property Details

acknowledged_safety_checks

acknowledged_safety_checks?: ComputerCallSafetyCheckParam[]

Property Value

call_id

The ID of the computer tool call that produced the output.

call_id: string

Property Value

string

id

id?: string

Property Value

string

output

output: ComputerScreenshotImage

Property Value

status

status?: FunctionCallItemStatus

Property Value

type

The type of the computer tool call output. Always computer_call_output.

type: "computer_call_output"

Property Value

"computer_call_output"