BetaThinkingConfigEnabledParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaThinkingConfigEnabledParam class in beta_thinking_config_enabled_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 84e9aa5c_5dd9_30c7_c91a_9b0bd98fcec0["BetaThinkingConfigEnabledParam"] 06590f9a_ff00_6413_d474_0e4a666d046e["beta_thinking_config_enabled_param.py"] 84e9aa5c_5dd9_30c7_c91a_9b0bd98fcec0 -->|defined in| 06590f9a_ff00_6413_d474_0e4a666d046e
Relationship Graph
Source Code
src/anthropic/types/beta/beta_thinking_config_enabled_param.py lines 10–24
class BetaThinkingConfigEnabledParam(TypedDict, total=False):
budget_tokens: Required[int]
"""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](https://docs.claude.com/en/docs/build-with-claude/extended-thinking)
for details.
"""
type: Required[Literal["enabled"]]
Domain
Source
Frequently Asked Questions
What is the BetaThinkingConfigEnabledParam class?
BetaThinkingConfigEnabledParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_thinking_config_enabled_param.py.
Where is BetaThinkingConfigEnabledParam defined?
BetaThinkingConfigEnabledParam is defined in src/anthropic/types/beta/beta_thinking_config_enabled_param.py at line 10.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free