Class: OpenAI::Models::Responses::ResponseSteerRequiredInput::ApplyPatchCallOutput
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/openai/models/responses/response_steer_required_input.rb,
sig/openai/models/responses/response_steer_required_input.rbs
Instance Attribute Summary collapse
#last_response
Instance Method Summary
collapse
==, #==, #[], #_request_id, #_set_last_response, coerce, #deconstruct_keys, #deep_to_h, dump, #encode_with, fields, hash, #hash, inherited, #inspect, inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, coerce_with_error, dump, #dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
91
|
# File 'sig/openai/models/responses/response_steer_required_input.rbs', line 91
def initialize: (
|
Instance Attribute Details
#call_id ⇒ String
135
|
# File 'lib/openai/models/responses/response_steer_required_input.rb', line 135
required :call_id, String
|
#type ⇒ Symbol, :apply_patch_call_output
140
|
# File 'lib/openai/models/responses/response_steer_required_input.rb', line 140
required :type, const: :apply_patch_call_output
|
Instance Method Details
#to_hash ⇒ { call_id: String, ?type: :apply_patch_call_output }
96
|
# File 'sig/openai/models/responses/response_steer_required_input.rbs', line 96
def to_hash: -> { call_id: String, ?type: :apply_patch_call_output }
|