Module: OpenAI::Models::Beta::AgentTextParam::Verbosity

Extended by:
Internal::Type::Enum
Defined in:
lib/openai/models/beta/agent_text_param.rb,
sig/openai/models/beta/agent_text_param.rbs

Overview

The amount of text the model should produce.

See Also:

  • OpenAI::Models::Beta::AgentTextParam#verbosity

Constant Summary collapse

LOW =

Produces less text.

Returns:

  • (:low)
:low
MEDIUM =

Uses the default amount of text.

Returns:

  • (:medium)
:medium
HIGH =

Produces more text.

Returns:

  • (:high)
:high

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, coerce_with_error, dump, #dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/openai/models/beta/agent_text_param.rb', line 43

Instance Method Details

#self?.values::Array[OpenAI::Models::Beta::AgentTextParam::verbosity]

Returns:

  • (::Array[OpenAI::Models::Beta::AgentTextParam::verbosity])


39
# File 'sig/openai/models/beta/agent_text_param.rbs', line 39

def self?.values: -> ::Array[OpenAI::Models::Beta::AgentTextParam::verbosity]