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

BetaToolChoiceNoneParam Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaToolChoiceNoneParam class in beta_tool_choice_none_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  189879dc_f456_26b5_7afe_f676827c231a["BetaToolChoiceNoneParam"]
  4cc777e9_444d_4b5a_c01d_120eb95beab3["beta_tool_choice_none_param.py"]
  189879dc_f456_26b5_7afe_f676827c231a -->|defined in| 4cc777e9_444d_4b5a_c01d_120eb95beab3

Relationship Graph

Source Code

src/anthropic/types/beta/beta_tool_choice_none_param.py lines 10–13

class BetaToolChoiceNoneParam(TypedDict, total=False):
    """The model will not be allowed to use tools."""

    type: Required[Literal["none"]]

Frequently Asked Questions

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