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

beta_tool_choice_param.py — anthropic-sdk-python Source File

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

File python AnthropicClient 10 imports 3 dependents

Entity Profile

Dependency Diagram

graph LR
  b3766290_c332_41f7_adb5_4fc93f157783["beta_tool_choice_param.py"]
  ccf6e373_cb47_ed80_c7d6_a5b15c11f5d0["beta_tool_choice_any_param.py"]
  b3766290_c332_41f7_adb5_4fc93f157783 --> ccf6e373_cb47_ed80_c7d6_a5b15c11f5d0
  759c2813_40bd_37f4_c72e_f70a69873b8f["BetaToolChoiceAnyParam"]
  b3766290_c332_41f7_adb5_4fc93f157783 --> 759c2813_40bd_37f4_c72e_f70a69873b8f
  83d3fc6d_55bf_f5e4_3b89_ca7896457886["beta_tool_choice_auto_param.py"]
  b3766290_c332_41f7_adb5_4fc93f157783 --> 83d3fc6d_55bf_f5e4_3b89_ca7896457886
  086aeac2_695a_b8f5_6a92_e3520a20abf2["BetaToolChoiceAutoParam"]
  b3766290_c332_41f7_adb5_4fc93f157783 --> 086aeac2_695a_b8f5_6a92_e3520a20abf2
  4cc777e9_444d_4b5a_c01d_120eb95beab3["beta_tool_choice_none_param.py"]
  b3766290_c332_41f7_adb5_4fc93f157783 --> 4cc777e9_444d_4b5a_c01d_120eb95beab3
  189879dc_f456_26b5_7afe_f676827c231a["BetaToolChoiceNoneParam"]
  b3766290_c332_41f7_adb5_4fc93f157783 --> 189879dc_f456_26b5_7afe_f676827c231a
  eed08400_29c9_78be_dc72_a09bab275526["beta_tool_choice_tool_param.py"]
  b3766290_c332_41f7_adb5_4fc93f157783 --> eed08400_29c9_78be_dc72_a09bab275526
  5b58ee92_2323_e652_4a34_6cdc08e4bf6e["BetaToolChoiceToolParam"]
  b3766290_c332_41f7_adb5_4fc93f157783 --> 5b58ee92_2323_e652_4a34_6cdc08e4bf6e
  89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875["typing"]
  b3766290_c332_41f7_adb5_4fc93f157783 --> 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875
  37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"]
  b3766290_c332_41f7_adb5_4fc93f157783 --> 37c05070_ca59_d596_7250_de9d1939227f
  65f3d77c_c1b2_82e1_f9d7_1e7e05f3fdfd["__init__.py"]
  65f3d77c_c1b2_82e1_f9d7_1e7e05f3fdfd --> b3766290_c332_41f7_adb5_4fc93f157783
  579bd2f9_ae1a_5b30_88c4_93179ebb82b6["message_count_tokens_params.py"]
  579bd2f9_ae1a_5b30_88c4_93179ebb82b6 --> b3766290_c332_41f7_adb5_4fc93f157783
  a32dcec6_633c_e7ef_d542_c60e324a317e["message_create_params.py"]
  a32dcec6_633c_e7ef_d542_c60e324a317e --> b3766290_c332_41f7_adb5_4fc93f157783
  style b3766290_c332_41f7_adb5_4fc93f157783 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 .beta_tool_choice_any_param import BetaToolChoiceAnyParam
from .beta_tool_choice_auto_param import BetaToolChoiceAutoParam
from .beta_tool_choice_none_param import BetaToolChoiceNoneParam
from .beta_tool_choice_tool_param import BetaToolChoiceToolParam

__all__ = ["BetaToolChoiceParam"]

BetaToolChoiceParam: TypeAlias = Union[
    BetaToolChoiceAutoParam, BetaToolChoiceAnyParam, BetaToolChoiceToolParam, BetaToolChoiceNoneParam
]

Frequently Asked Questions

What does beta_tool_choice_param.py do?
beta_tool_choice_param.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does beta_tool_choice_param.py depend on?
beta_tool_choice_param.py imports 10 module(s): BetaToolChoiceAnyParam, BetaToolChoiceAutoParam, BetaToolChoiceNoneParam, BetaToolChoiceToolParam, beta_tool_choice_any_param.py, beta_tool_choice_auto_param.py, beta_tool_choice_none_param.py, beta_tool_choice_tool_param.py, and 2 more.
What files import beta_tool_choice_param.py?
beta_tool_choice_param.py is imported by 3 file(s): __init__.py, message_count_tokens_params.py, message_create_params.py.
Where is beta_tool_choice_param.py in the architecture?
beta_tool_choice_param.py is located at src/anthropic/types/beta/beta_tool_choice_param.py (domain: AnthropicClient, directory: src/anthropic/types/beta).

Analyze Your Own Codebase

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

Try Supermodel Free