Class: OpenAI::Models::BetaResponseInputItem::Beta::BetaResponseInputItem::ComputerCallOutput
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::BetaResponseInputItem::Beta::BetaResponseInputItem::ComputerCallOutput
- Defined in:
- sig/openai/models/beta/beta_response_input_item.rbs
Defined Under Namespace
Modules: Status Classes: AcknowledgedSafetyCheck, Agent
Instance Attribute Summary collapse
-
#acknowledged_safety_checks ⇒ ::Array[OpenAI::Beta::BetaResponseInputItem::ComputerCallOutput::AcknowledgedSafetyCheck]?
Returns the value of attribute acknowledged_safety_checks.
-
#agent ⇒ OpenAI::Beta::BetaResponseInputItem::ComputerCallOutput::Agent?
Returns the value of attribute agent.
-
#call_id ⇒ String
Returns the value of attribute call_id.
-
#id ⇒ String?
Returns the value of attribute id.
-
#output ⇒ OpenAI::Beta::BetaResponseComputerToolCallOutputScreenshot
Returns the value of attribute output.
-
#status ⇒ OpenAI::Models::Beta::BetaResponseInputItem::ComputerCallOutput::status?
Returns the value of attribute status.
-
#type ⇒ :computer_call_output
Returns the value of attribute type.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
161 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 161
def initialize: (
|
Instance Attribute Details
#acknowledged_safety_checks ⇒ ::Array[OpenAI::Beta::BetaResponseInputItem::ComputerCallOutput::AcknowledgedSafetyCheck]?
Returns the value of attribute acknowledged_safety_checks.
155 156 157 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 155 def acknowledged_safety_checks @acknowledged_safety_checks end |
#agent ⇒ OpenAI::Beta::BetaResponseInputItem::ComputerCallOutput::Agent?
Returns the value of attribute agent.
157 158 159 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 157 def agent @agent end |
#call_id ⇒ String
Returns the value of attribute call_id.
147 148 149 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 147 def call_id @call_id end |
#id ⇒ String?
Returns the value of attribute id.
153 154 155 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 153 def id @id end |
#output ⇒ OpenAI::Beta::BetaResponseComputerToolCallOutputScreenshot
Returns the value of attribute output.
149 150 151 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 149 def output @output end |
#status ⇒ OpenAI::Models::Beta::BetaResponseInputItem::ComputerCallOutput::status?
Returns the value of attribute status.
159 160 161 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 159 def status @status end |
#type ⇒ :computer_call_output
Returns the value of attribute type.
151 152 153 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 151 def type @type end |
Instance Method Details
#to_hash ⇒ {
171 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 171
def to_hash: -> {
|