BetaToolBash20250124Param Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaToolBash20250124Param class in beta_tool_bash_20250124_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD fad0d406_73ef_ef2d_74fc_e681b91560b2["BetaToolBash20250124Param"] c399b03b_0671_6598_8090_40b69b8ce64a["beta_tool_bash_20250124_param.py"] fad0d406_73ef_ef2d_74fc_e681b91560b2 -->|defined in| c399b03b_0671_6598_8090_40b69b8ce64a
Relationship Graph
Source Code
src/anthropic/types/beta/beta_tool_bash_20250124_param.py lines 13–36
class BetaToolBash20250124Param(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"]]
allowed_callers: List[Literal["direct", "code_execution_20250825"]]
cache_control: Optional[BetaCacheControlEphemeralParam]
"""Create a cache control breakpoint at this content block."""
defer_loading: bool
"""If true, tool will not be included in initial system prompt.
Only loaded when returned via tool_reference from tool search.
"""
input_examples: Iterable[Dict[str, object]]
strict: bool
"""When true, guarantees schema validation on tool names and inputs"""
Domain
Source
Frequently Asked Questions
What is the BetaToolBash20250124Param class?
BetaToolBash20250124Param is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_tool_bash_20250124_param.py.
Where is BetaToolBash20250124Param defined?
BetaToolBash20250124Param is defined in src/anthropic/types/beta/beta_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