Module: OpenAI::Models::Realtime::RealtimeSessionCreateRequest::Include

Extended by:
Internal::Type::Enum
Defined in:
lib/openai/models/realtime/realtime_session_create_request.rb

Constant Summary collapse

ITEM_INPUT_AUDIO_TRANSCRIPTION_LOGPROBS =
:"item.input_audio_transcription.logprobs"

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

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(audio: nil, include: nil, instructions: nil, max_output_tokens: nil, model: nil, output_modalities: nil, prompt: nil, tool_choice: nil, tools: nil, tracing: nil, truncation: nil, type: :realtime) ⇒ Object

Some parameter documentations has been truncated, see OpenAI::Models::Realtime::RealtimeSessionCreateRequest for more details.

Realtime session object configuration.

Parameters:



153
154
155
156
157
158
159
160
# File 'lib/openai/models/realtime/realtime_session_create_request.rb', line 153

module Include
  extend OpenAI::Internal::Type::Enum

  ITEM_INPUT_AUDIO_TRANSCRIPTION_LOGPROBS = :"item.input_audio_transcription.logprobs"

  # @!method self.values
  #   @return [Array<Symbol>]
end