BetaToolChoiceToolParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaToolChoiceToolParam class in beta_tool_choice_tool_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 5b58ee92_2323_e652_4a34_6cdc08e4bf6e["BetaToolChoiceToolParam"] eed08400_29c9_78be_dc72_a09bab275526["beta_tool_choice_tool_param.py"] 5b58ee92_2323_e652_4a34_6cdc08e4bf6e -->|defined in| eed08400_29c9_78be_dc72_a09bab275526
Relationship Graph
Source Code
src/anthropic/types/beta/beta_tool_choice_tool_param.py lines 10–23
class BetaToolChoiceToolParam(TypedDict, total=False):
"""The model will use the specified tool with `tool_choice.name`."""
name: Required[str]
"""The name of the tool to use."""
type: Required[Literal["tool"]]
disable_parallel_tool_use: bool
"""Whether to disable parallel tool use.
Defaults to `false`. If set to `true`, the model will output exactly one tool
use.
"""
Domain
Source
Frequently Asked Questions
What is the BetaToolChoiceToolParam class?
BetaToolChoiceToolParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_tool_choice_tool_param.py.
Where is BetaToolChoiceToolParam defined?
BetaToolChoiceToolParam is defined in src/anthropic/types/beta/beta_tool_choice_tool_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