Module: Anthropic::Models::OutputConfig::Effort

Extended by:
Internal::Type::Enum
Defined in:
lib/anthropic/models/output_config.rb,
sig/anthropic/models/output_config.rbs

Overview

All possible effort levels.

See Also:

  • Anthropic::Models::OutputConfig#effort

Constant Summary collapse

LOW =

Returns:

  • (:low)
:low
MEDIUM =

Returns:

  • (:medium)
:medium
HIGH =

Returns:

  • (:high)
:high
XHIGH =

Returns:

  • (:xhigh)
:xhigh
MAX =

Returns:

  • (:max)
:max

Class Method Summary collapse

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

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/anthropic/models/output_config.rb', line 39

Instance Method Details

#self?.values::Array[Anthropic::Models::OutputConfig::effort]

Returns:

  • (::Array[Anthropic::Models::OutputConfig::effort])


35
# File 'sig/anthropic/models/output_config.rbs', line 35

def self?.values: -> ::Array[Anthropic::Models::OutputConfig::effort]