Class: OpenAI::Models::BetaResponseItem::Beta::BetaResponseItem::MultiAgentCallOutput
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::BetaResponseItem::Beta::BetaResponseItem::MultiAgentCallOutput
- Defined in:
- sig/openai/models/beta/beta_response_item.rbs
Defined Under Namespace
Modules: Action Classes: Agent
Instance Attribute Summary collapse
-
#action ⇒ OpenAI::Models::Beta::BetaResponseItem::MultiAgentCallOutput::action
Returns the value of attribute action.
-
#agent ⇒ OpenAI::Beta::BetaResponseItem::MultiAgentCallOutput::Agent?
readonly
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 ⇒ ::Array[OpenAI::Beta::BetaResponseOutputText]
Returns the value of attribute output.
-
#type ⇒ :multi_agent_call_output
Returns the value of attribute type.
Instance Method Summary collapse
- #agent ⇒ Object readonly
- #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
340 |
# File 'sig/openai/models/beta/beta_response_item.rbs', line 340
def initialize: (
|
Instance Attribute Details
#action ⇒ OpenAI::Models::Beta::BetaResponseItem::MultiAgentCallOutput::action
Returns the value of attribute action.
326 327 328 |
# File 'sig/openai/models/beta/beta_response_item.rbs', line 326 def action @action end |
#agent ⇒ OpenAI::Beta::BetaResponseItem::MultiAgentCallOutput::Agent? (readonly)
Returns the value of attribute agent.
334 335 336 |
# File 'sig/openai/models/beta/beta_response_item.rbs', line 334 def agent @agent end |
#call_id ⇒ String
Returns the value of attribute call_id.
328 329 330 |
# File 'sig/openai/models/beta/beta_response_item.rbs', line 328 def call_id @call_id end |
#id ⇒ String
Returns the value of attribute id.
324 325 326 |
# File 'sig/openai/models/beta/beta_response_item.rbs', line 324 def id @id end |
#output ⇒ ::Array[OpenAI::Beta::BetaResponseOutputText]
Returns the value of attribute output.
330 331 332 |
# File 'sig/openai/models/beta/beta_response_item.rbs', line 330 def output @output end |
#type ⇒ :multi_agent_call_output
Returns the value of attribute type.
332 333 334 |
# File 'sig/openai/models/beta/beta_response_item.rbs', line 332 def type @type end |
Instance Method Details
#agent= ⇒ Object (readonly)
336 |
# File 'sig/openai/models/beta/beta_response_item.rbs', line 336
def agent=: (
|
#to_hash ⇒ {
349 |
# File 'sig/openai/models/beta/beta_response_item.rbs', line 349
def to_hash: -> {
|