ToolChoiceNoneParam Class — anthropic-sdk-python Architecture
Architecture documentation for the ToolChoiceNoneParam class in tool_choice_none_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 49329180_5994_01a9_d204_62f582af3611["ToolChoiceNoneParam"] 34ff7ca2_f35f_0be1_68f6_4e9a4cf950a0["tool_choice_none_param.py"] 49329180_5994_01a9_d204_62f582af3611 -->|defined in| 34ff7ca2_f35f_0be1_68f6_4e9a4cf950a0
Relationship Graph
Source Code
src/anthropic/types/tool_choice_none_param.py lines 10–13
class ToolChoiceNoneParam(TypedDict, total=False):
"""The model will not be allowed to use tools."""
type: Required[Literal["none"]]
Domain
Source
Frequently Asked Questions
What is the ToolChoiceNoneParam class?
ToolChoiceNoneParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/tool_choice_none_param.py.
Where is ToolChoiceNoneParam defined?
ToolChoiceNoneParam is defined in src/anthropic/types/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