Class: Anthropic::Models::Beta::BetaOutputConfig

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/anthropic/models/beta/beta_output_config.rb,
sig/anthropic/models/beta/beta_output_config.rbs

Defined Under Namespace

Modules: Effort

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(effort: nil, format_: nil) ⇒ void

Some parameter documentations has been truncated, see Anthropic::Models::Beta::BetaOutputConfig for more details.

Parameters:



# File 'lib/anthropic/models/beta/beta_output_config.rb', line 20


Instance Attribute Details

#effortSymbol, ...

All possible effort levels.

Parameters:

  • value (Anthropic::Models::Beta::BetaOutputConfig::effort, nil)

Returns:



11
# File 'lib/anthropic/models/beta/beta_output_config.rb', line 11

optional :effort, enum: -> { Anthropic::Beta::BetaOutputConfig::Effort }, nil?: true

#format_Anthropic::Models::Beta::BetaJSONOutputFormat?

A schema to specify Claude's output format in responses. See structured outputs

Parameters:

  • value (Anthropic::Beta::BetaJSONOutputFormat, nil)

Returns:



18
# File 'lib/anthropic/models/beta/beta_output_config.rb', line 18

optional :format_, -> { Anthropic::Beta::BetaJSONOutputFormat }, api_name: :format, nil?: true

Instance Method Details

#to_hash{

Returns:

  • ({)


22
# File 'sig/anthropic/models/beta/beta_output_config.rbs', line 22

def to_hash: -> {