Home / Class/ BetaToolBash20241022Param Class — anthropic-sdk-python Architecture

BetaToolBash20241022Param Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaToolBash20241022Param class in beta_tool_bash_20241022_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  1e3cdaf4_4ca6_4999_ec4c_f89d5e6aa435["BetaToolBash20241022Param"]
  cea627f2_ac82_468a_568c_ea1ecf8fde0a["beta_tool_bash_20241022_param.py"]
  1e3cdaf4_4ca6_4999_ec4c_f89d5e6aa435 -->|defined in| cea627f2_ac82_468a_568c_ea1ecf8fde0a

Relationship Graph

Source Code

src/anthropic/types/beta/beta_tool_bash_20241022_param.py lines 13–36

class BetaToolBash20241022Param(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_20241022"]]

    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"""

Frequently Asked Questions

What is the BetaToolBash20241022Param class?
BetaToolBash20241022Param is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_tool_bash_20241022_param.py.
Where is BetaToolBash20241022Param defined?
BetaToolBash20241022Param is defined in src/anthropic/types/beta/beta_tool_bash_20241022_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