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 |
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
status
type
The type of the computer tool call output. Always computer_call_output.
type: "computer_call_output"
Property Value
"computer_call_output"