Class: OpenAI::Models::BetaResponseOutputItem::Beta::BetaResponseOutputItem::McpCall
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::BetaResponseOutputItem::Beta::BetaResponseOutputItem::McpCall
- Defined in:
- sig/openai/models/beta/beta_response_output_item.rbs
Defined Under Namespace
Modules: Status Classes: Agent
Instance Attribute Summary collapse
-
#agent ⇒ OpenAI::Beta::BetaResponseOutputItem::McpCall::Agent?
Returns the value of attribute agent.
-
#approval_request_id ⇒ String?
Returns the value of attribute approval_request_id.
-
#arguments ⇒ String
Returns the value of attribute arguments.
-
#error ⇒ String?
Returns the value of attribute error.
-
#id ⇒ String
Returns the value of attribute id.
-
#name ⇒ String
Returns the value of attribute name.
-
#output ⇒ String?
Returns the value of attribute output.
-
#server_label ⇒ String
Returns the value of attribute server_label.
-
#status ⇒ OpenAI::Models::Beta::BetaResponseOutputItem::McpCall::status?
readonly
Returns the value of attribute status.
-
#type ⇒ :mcp_call
Returns the value of attribute type.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #status ⇒ Object readonly
- #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
852 |
# File 'sig/openai/models/beta/beta_response_output_item.rbs', line 852
def initialize: (
|
Instance Attribute Details
#agent ⇒ OpenAI::Beta::BetaResponseOutputItem::McpCall::Agent?
Returns the value of attribute agent.
838 839 840 |
# File 'sig/openai/models/beta/beta_response_output_item.rbs', line 838 def agent @agent end |
#approval_request_id ⇒ String?
Returns the value of attribute approval_request_id.
840 841 842 |
# File 'sig/openai/models/beta/beta_response_output_item.rbs', line 840 def approval_request_id @approval_request_id end |
#arguments ⇒ String
Returns the value of attribute arguments.
830 831 832 |
# File 'sig/openai/models/beta/beta_response_output_item.rbs', line 830 def arguments @arguments end |
#error ⇒ String?
Returns the value of attribute error.
842 843 844 |
# File 'sig/openai/models/beta/beta_response_output_item.rbs', line 842 def error @error end |
#id ⇒ String
Returns the value of attribute id.
828 829 830 |
# File 'sig/openai/models/beta/beta_response_output_item.rbs', line 828 def id @id end |
#name ⇒ String
Returns the value of attribute name.
832 833 834 |
# File 'sig/openai/models/beta/beta_response_output_item.rbs', line 832 def name @name end |
#output ⇒ String?
Returns the value of attribute output.
844 845 846 |
# File 'sig/openai/models/beta/beta_response_output_item.rbs', line 844 def output @output end |
#server_label ⇒ String
Returns the value of attribute server_label.
834 835 836 |
# File 'sig/openai/models/beta/beta_response_output_item.rbs', line 834 def server_label @server_label end |
#status ⇒ OpenAI::Models::Beta::BetaResponseOutputItem::McpCall::status? (readonly)
Returns the value of attribute status.
846 847 848 |
# File 'sig/openai/models/beta/beta_response_output_item.rbs', line 846 def status @status end |
#type ⇒ :mcp_call
Returns the value of attribute type.
836 837 838 |
# File 'sig/openai/models/beta/beta_response_output_item.rbs', line 836 def type @type end |
Instance Method Details
#status= ⇒ Object (readonly)
848 |
# File 'sig/openai/models/beta/beta_response_output_item.rbs', line 848
def status=: (
|
#to_hash ⇒ {
865 |
# File 'sig/openai/models/beta/beta_response_output_item.rbs', line 865
def to_hash: -> {
|