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.
-
Method Summary
Modifier and Type Method Description final LongbudgetTokens()Determines how many tokens Claude can use for its internal reasoning process. final JsonValue_type()final JsonField<Long>_budgetTokens()Determines how many tokens Claude can use for its internal reasoning process. final Map<String, JsonValue>_additionalProperties()final BetaThinkingConfigEnabledvalidate()final BetaThinkingConfigEnabled.BuildertoBuilder()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.
-
_budgetTokens
final JsonField<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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaThinkingConfigEnabled validate()
-
toBuilder
final BetaThinkingConfigEnabled.Builder toBuilder()
-
builder
final static BetaThinkingConfigEnabled.Builder builder()
Returns a mutable builder for constructing an instance of BetaThinkingConfigEnabled.
The following fields are required:
.budgetTokens()
-
-
-
-