Module: OpenAI::Models::ResponsesModel::ResponsesOnlyModel

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

Constant Summary collapse

O1_PRO =
:"o1-pro"
O1_PRO_2025_03_19 =
:"o1-pro-2025-03-19"
COMPUTER_USE_PREVIEW =
:"computer-use-preview"
COMPUTER_USE_PREVIEW_2025_03_11 =
:"computer-use-preview-2025-03-11"

Class 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, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/openai/models/responses_model.rb', line 22