class

OpenAI::ComputerCallOutputItemParam

Inherits JSON::Serializable < Reference < Object

The output of a computer tool call.

Constructors

new(id : ComputerCallOutputItemParamId | Nil = nil, call_id : String = "", type_value : ComputerCallOutputItemParamType = ComputerCallOutputItemParamType::ComputerCallOutput, output : ComputerScreenshotImage = ComputerScreenshotImage.new, acknowledged_safety_checks : ComputerCallOutputItemParamAcknowledgedSafetyChecks | Nil = nil, status : ComputerCallOutputItemParamStatus | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

acknowledged_safety_checks
Source
acknowledged_safety_checks=(acknowledged_safety_checks : ComputerCallOutputItemParamAcknowledgedSafetyChecks | Nil)
Source
call_id

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

Source
call_id=(call_id : String)

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

Source
id=(id : ComputerCallOutputItemParamId | Nil)
Source
output
Source
output=(output : ComputerScreenshotImage)
Source
status
Source
status=(status : ComputerCallOutputItemParamStatus | Nil)
Source
type_value

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

Source
type_value=(type_value : ComputerCallOutputItemParamType)

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

Source
validate!
Source