ToolChoiceAutoParam Class — anthropic-sdk-python Architecture
Architecture documentation for the ToolChoiceAutoParam class in tool_choice_auto_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 4ef0e377_7a14_cf7d_cd71_8b4d514ab866["ToolChoiceAutoParam"] c703cc36_847d_2d61_1ab8_04815a0a801f["tool_choice_auto_param.py"] 4ef0e377_7a14_cf7d_cd71_8b4d514ab866 -->|defined in| c703cc36_847d_2d61_1ab8_04815a0a801f
Relationship Graph
Source Code
src/anthropic/types/tool_choice_auto_param.py lines 10–20
class ToolChoiceAutoParam(TypedDict, total=False):
"""The model will automatically decide whether to use tools."""
type: Required[Literal["auto"]]
disable_parallel_tool_use: bool
"""Whether to disable parallel tool use.
Defaults to `false`. If set to `true`, the model will output at most one tool
use.
"""
Domain
Source
Frequently Asked Questions
What is the ToolChoiceAutoParam class?
ToolChoiceAutoParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/tool_choice_auto_param.py.
Where is ToolChoiceAutoParam defined?
ToolChoiceAutoParam is defined in src/anthropic/types/tool_choice_auto_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