Class: Anthropic::Models::Beta::BetaThinkingConfigAdaptive
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::BetaThinkingConfigAdaptive
- Defined in:
- lib/anthropic/models/beta/beta_thinking_config_adaptive.rb
Defined Under Namespace
Modules: Display
Instance Attribute Summary collapse
-
#display_ ⇒ Symbol, ...
Controls how thinking content appears in the response.
- #type ⇒ Symbol, :adaptive
Instance Method Summary collapse
-
#initialize(display_: nil, type: :adaptive) ⇒ void
constructor
Some parameter documentations has been truncated, see BetaThinkingConfigAdaptive for more details.
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(display_: nil, type: :adaptive) ⇒ void
Some parameter documentations has been truncated, see Anthropic::Models::Beta::BetaThinkingConfigAdaptive for more details.
|
|
# File 'lib/anthropic/models/beta/beta_thinking_config_adaptive.rb', line 24
|
Instance Attribute Details
#display_ ⇒ Symbol, ...
Controls how thinking content appears in the response. When set to summarized,
thinking is returned normally. When set to omitted, thinking content is
redacted but a signature is returned for multi-turn continuity. Defaults to
summarized.
19 20 21 22 |
# File 'lib/anthropic/models/beta/beta_thinking_config_adaptive.rb', line 19 optional :display_, enum: -> { Anthropic::Beta::BetaThinkingConfigAdaptive::Display }, api_name: :display, nil?: true |
#type ⇒ Symbol, :adaptive
10 |
# File 'lib/anthropic/models/beta/beta_thinking_config_adaptive.rb', line 10 required :type, const: :adaptive |