Home / Class/ ThinkingConfigEnabledParam Class — anthropic-sdk-python Architecture

ThinkingConfigEnabledParam Class — anthropic-sdk-python Architecture

Architecture documentation for the ThinkingConfigEnabledParam class in thinking_config_enabled_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  cc2eda1a_0df3_d04e_8d28_b9d74ea7e89f["ThinkingConfigEnabledParam"]
  af93de55_74e6_a588_4f06_0fff567d43e8["thinking_config_enabled_param.py"]
  cc2eda1a_0df3_d04e_8d28_b9d74ea7e89f -->|defined in| af93de55_74e6_a588_4f06_0fff567d43e8

Relationship Graph

Source Code

src/anthropic/types/thinking_config_enabled_param.py lines 10–24

class ThinkingConfigEnabledParam(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"]]

Frequently Asked Questions

What is the ThinkingConfigEnabledParam class?
ThinkingConfigEnabledParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/thinking_config_enabled_param.py.
Where is ThinkingConfigEnabledParam defined?
ThinkingConfigEnabledParam is defined in src/anthropic/types/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