Class BetaThinkingConfigEnabled
-
- All Implemented Interfaces:
public final class BetaThinkingConfigEnabled
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaThinkingConfigEnabled.BuilderA builder for BetaThinkingConfigEnabled.
public final classBetaThinkingConfigEnabled.DisplayControls how thinking content appears in the response. When set to
summarized, thinking is returned normally. When set toomitted, thinking content is redacted but a signature is returned for multi-turn continuity. Defaults tosummarized.
-
Method Summary
Modifier and Type Method Description final LongbudgetTokens()Determines how many tokens Claude can use for its internal reasoning process. final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("enabled")final Optional<BetaThinkingConfigEnabled.Display>display()Controls how thinking content appears in the response. final JsonField<Long>_budgetTokens()Returns the raw JSON value of budgetTokens. final JsonField<BetaThinkingConfigEnabled.Display>_display()Returns the raw JSON value of display. final Map<String, JsonValue>_additionalProperties()final BetaThinkingConfigEnabled.BuildertoBuilder()final BetaThinkingConfigEnabledvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaThinkingConfigEnabled.Builderbuilder()Returns a mutable builder for constructing an instance of BetaThinkingConfigEnabled. -
-
Method Detail
-
budgetTokens
final Long budgetTokens()
Determines how many tokens Claude can use for its internal reasoning process. Larger budgets can enable more thorough analysis for complex problems, improving response quality.
Must be ≥1024 and less than
max_tokens.See extended thinking for details.
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("enabled")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
display
final Optional<BetaThinkingConfigEnabled.Display> display()
Controls how thinking content appears in the response. When set to
summarized, thinking is returned normally. When set toomitted, thinking content is redacted but a signature is returned for multi-turn continuity. Defaults tosummarized.
-
_budgetTokens
final JsonField<Long> _budgetTokens()
Returns the raw JSON value of budgetTokens.
Unlike budgetTokens, this method doesn't throw if the JSON field has an unexpected type.
-
_display
final JsonField<BetaThinkingConfigEnabled.Display> _display()
Returns the raw JSON value of display.
Unlike display, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaThinkingConfigEnabled.Builder toBuilder()
-
validate
final BetaThinkingConfigEnabled validate()
-
builder
final static BetaThinkingConfigEnabled.Builder builder()
Returns a mutable builder for constructing an instance of BetaThinkingConfigEnabled.
The following fields are required:
.budgetTokens()
-
-
-
-