BetaToolChoiceAnyParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaToolChoiceAnyParam class in beta_tool_choice_any_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 759c2813_40bd_37f4_c72e_f70a69873b8f["BetaToolChoiceAnyParam"] ccf6e373_cb47_ed80_c7d6_a5b15c11f5d0["beta_tool_choice_any_param.py"] 759c2813_40bd_37f4_c72e_f70a69873b8f -->|defined in| ccf6e373_cb47_ed80_c7d6_a5b15c11f5d0
Relationship Graph
Source Code
src/anthropic/types/beta/beta_tool_choice_any_param.py lines 10–20
class BetaToolChoiceAnyParam(TypedDict, total=False):
"""The model will use any available tools."""
type: Required[Literal["any"]]
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 BetaToolChoiceAnyParam class?
BetaToolChoiceAnyParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_tool_choice_any_param.py.
Where is BetaToolChoiceAnyParam defined?
BetaToolChoiceAnyParam is defined in src/anthropic/types/beta/beta_tool_choice_any_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