Module: OpenAI::Models::Beta::ChatKitWorkflow::StateVariable
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/openai/models/beta/chatkit_workflow.rb
Instance Method Summary collapse
-
#initialize(id: , state_variables: , tracing: , version: ) ⇒ Object
Some parameter documentations has been truncated, see OpenAI::Models::Beta::ChatKitWorkflow for more details.
Methods included from Internal::Type::Union
==, ===, coerce, 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, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#initialize(id: , state_variables: , tracing: , version: ) ⇒ Object
Some parameter documentations has been truncated, see OpenAI::Models::Beta::ChatKitWorkflow for more details.
Workflow metadata and state returned for the session.
49 50 51 52 53 54 55 56 57 58 59 60 |
# File 'lib/openai/models/beta/chatkit_workflow.rb', line 49 module StateVariable extend OpenAI::Internal::Type::Union variant String variant OpenAI::Internal::Type::Boolean variant Float # @!method self.variants # @return [Array(String, Boolean, Float)] end |