ToolBash20250124Param Class — anthropic-sdk-python Architecture
Architecture documentation for the ToolBash20250124Param class in tool_bash_20250124_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 4c5376ec_a179_3a7d_074e_7ce6d1a41a6e["ToolBash20250124Param"] 205f4c1b_ea89_42b4_07d5_9647b5b84b49["tool_bash_20250124_param.py"] 4c5376ec_a179_3a7d_074e_7ce6d1a41a6e -->|defined in| 205f4c1b_ea89_42b4_07d5_9647b5b84b49
Relationship Graph
Source Code
src/anthropic/types/tool_bash_20250124_param.py lines 13–26
class ToolBash20250124Param(TypedDict, total=False):
name: Required[Literal["bash"]]
"""Name of the tool.
This is how the tool will be called by the model and in `tool_use` blocks.
"""
type: Required[Literal["bash_20250124"]]
cache_control: Optional[CacheControlEphemeralParam]
"""Create a cache control breakpoint at this content block."""
strict: bool
"""When true, guarantees schema validation on tool names and inputs"""
Domain
Source
Frequently Asked Questions
What is the ToolBash20250124Param class?
ToolBash20250124Param is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/tool_bash_20250124_param.py.
Where is ToolBash20250124Param defined?
ToolBash20250124Param is defined in src/anthropic/types/tool_bash_20250124_param.py at line 13.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free