Home / File/ thinking_config_param.py — anthropic-sdk-python Source File

thinking_config_param.py — anthropic-sdk-python Source File

Architecture documentation for thinking_config_param.py, a python file in the anthropic-sdk-python codebase. 8 imports, 3 dependents.

File python AnthropicClient 8 imports 3 dependents

Entity Profile

Dependency Diagram

graph LR
  821cd9e1_c9b7_aa68_181f_1b0002d949a2["thinking_config_param.py"]
  af93de55_74e6_a588_4f06_0fff567d43e8["thinking_config_enabled_param.py"]
  821cd9e1_c9b7_aa68_181f_1b0002d949a2 --> af93de55_74e6_a588_4f06_0fff567d43e8
  cc2eda1a_0df3_d04e_8d28_b9d74ea7e89f["ThinkingConfigEnabledParam"]
  821cd9e1_c9b7_aa68_181f_1b0002d949a2 --> cc2eda1a_0df3_d04e_8d28_b9d74ea7e89f
  8e9aed73_23b1_d4a7_d02d_aa010de730b3["thinking_config_adaptive_param.py"]
  821cd9e1_c9b7_aa68_181f_1b0002d949a2 --> 8e9aed73_23b1_d4a7_d02d_aa010de730b3
  a79bc7f1_1f06_f9bb_1ec7_393101d9a996["ThinkingConfigAdaptiveParam"]
  821cd9e1_c9b7_aa68_181f_1b0002d949a2 --> a79bc7f1_1f06_f9bb_1ec7_393101d9a996
  172cd9c6_e349_dddf_206d_3efd72fce703["thinking_config_disabled_param.py"]
  821cd9e1_c9b7_aa68_181f_1b0002d949a2 --> 172cd9c6_e349_dddf_206d_3efd72fce703
  5444a4c5_405a_7532_f4dd_8dc2fcec262b["ThinkingConfigDisabledParam"]
  821cd9e1_c9b7_aa68_181f_1b0002d949a2 --> 5444a4c5_405a_7532_f4dd_8dc2fcec262b
  89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875["typing"]
  821cd9e1_c9b7_aa68_181f_1b0002d949a2 --> 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875
  37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"]
  821cd9e1_c9b7_aa68_181f_1b0002d949a2 --> 37c05070_ca59_d596_7250_de9d1939227f
  2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"]
  2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> 821cd9e1_c9b7_aa68_181f_1b0002d949a2
  11b723a4_f0a6_3747_c358_91ffd0f2c339["message_count_tokens_params.py"]
  11b723a4_f0a6_3747_c358_91ffd0f2c339 --> 821cd9e1_c9b7_aa68_181f_1b0002d949a2
  323219cc_84cd_94e9_ae78_777a62f2a45c["message_create_params.py"]
  323219cc_84cd_94e9_ae78_777a62f2a45c --> 821cd9e1_c9b7_aa68_181f_1b0002d949a2
  style 821cd9e1_c9b7_aa68_181f_1b0002d949a2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing import Union
from typing_extensions import TypeAlias

from .thinking_config_enabled_param import ThinkingConfigEnabledParam
from .thinking_config_adaptive_param import ThinkingConfigAdaptiveParam
from .thinking_config_disabled_param import ThinkingConfigDisabledParam

__all__ = ["ThinkingConfigParam"]

ThinkingConfigParam: TypeAlias = Union[
    ThinkingConfigEnabledParam, ThinkingConfigDisabledParam, ThinkingConfigAdaptiveParam
]

Frequently Asked Questions

What does thinking_config_param.py do?
thinking_config_param.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does thinking_config_param.py depend on?
thinking_config_param.py imports 8 module(s): ThinkingConfigAdaptiveParam, ThinkingConfigDisabledParam, ThinkingConfigEnabledParam, thinking_config_adaptive_param.py, thinking_config_disabled_param.py, thinking_config_enabled_param.py, typing, typing_extensions.
What files import thinking_config_param.py?
thinking_config_param.py is imported by 3 file(s): __init__.py, message_count_tokens_params.py, message_create_params.py.
Where is thinking_config_param.py in the architecture?
thinking_config_param.py is located at src/anthropic/types/thinking_config_param.py (domain: AnthropicClient, directory: src/anthropic/types).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free