Module: OpenAI::Models::Live::DelegationCreatedEvent::Delegation::Target
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/openai/models/live/delegation_created_event.rb,
sig/openai/models/live/delegation_created_event.rbs
Overview
Where the Live model delegated the work: client for your application, or
responses for the configured Responses backend.
collapse
- CLIENT =
:client- RESPONSES =
:responses
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, coerce_with_error, dump, #dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(Symbol)
125 126 127 |
# File 'lib/openai/models/live/delegation_created_event.rb', line 125 define_sorbet_constant!(:Variants) do T.type_alias { OpenAI::Live::DelegationCreatedEvent::Delegation::Target::TaggedSymbol } end |
Instance Method Details
#self?.variants ⇒ ::Array[OpenAI::Models::Live::DelegationCreatedEvent::Delegation::target]
80 |
# File 'sig/openai/models/live/delegation_created_event.rbs', line 80
def self?.variants: -> ::Array[OpenAI::Models::Live::DelegationCreatedEvent::Delegation::target]
|