Class: OpenAI::Models::BetaResponseInputItem::Beta::BetaResponseInputItem::ToolSearchCall
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::BetaResponseInputItem::Beta::BetaResponseInputItem::ToolSearchCall
- Defined in:
- sig/openai/models/beta/beta_response_input_item.rbs
Defined Under Namespace
Modules: Execution, Status Classes: Agent
Instance Attribute Summary collapse
-
#agent ⇒ OpenAI::Beta::BetaResponseInputItem::ToolSearchCall::Agent?
Returns the value of attribute agent.
-
#arguments ⇒ top
Returns the value of attribute arguments.
-
#call_id ⇒ String?
Returns the value of attribute call_id.
-
#execution ⇒ OpenAI::Models::Beta::BetaResponseInputItem::ToolSearchCall::execution?
readonly
Returns the value of attribute execution.
-
#id ⇒ String?
Returns the value of attribute id.
-
#status ⇒ OpenAI::Models::Beta::BetaResponseInputItem::ToolSearchCall::status?
Returns the value of attribute status.
-
#type ⇒ :tool_search_call
Returns the value of attribute type.
Instance Method Summary collapse
- #execution ⇒ 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
755 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 755
def initialize: (
|
Instance Attribute Details
#agent ⇒ OpenAI::Beta::BetaResponseInputItem::ToolSearchCall::Agent?
Returns the value of attribute agent.
743 744 745 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 743 def agent @agent end |
#arguments ⇒ top
Returns the value of attribute arguments.
737 738 739 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 737 def arguments @arguments end |
#call_id ⇒ String?
Returns the value of attribute call_id.
745 746 747 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 745 def call_id @call_id end |
#execution ⇒ OpenAI::Models::Beta::BetaResponseInputItem::ToolSearchCall::execution? (readonly)
Returns the value of attribute execution.
747 748 749 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 747 def execution @execution end |
#id ⇒ String?
Returns the value of attribute id.
741 742 743 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 741 def id @id end |
#status ⇒ OpenAI::Models::Beta::BetaResponseInputItem::ToolSearchCall::status?
Returns the value of attribute status.
753 754 755 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 753 def status @status end |
#type ⇒ :tool_search_call
Returns the value of attribute type.
739 740 741 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 739 def type @type end |
Instance Method Details
#execution= ⇒ Object (readonly)
749 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 749
def execution=: (
|
#to_hash ⇒ {
765 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 765
def to_hash: -> {
|