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

BetaCodeExecutionTool20250825Param Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaCodeExecutionTool20250825Param class in beta_code_execution_tool_20250825_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  a6a13c6a_a9f7_3bc4_5e65_97814ed74cb2["BetaCodeExecutionTool20250825Param"]
  e4762c94_7e4a_6d82_ab28_45a0383c5def["beta_code_execution_tool_20250825_param.py"]
  a6a13c6a_a9f7_3bc4_5e65_97814ed74cb2 -->|defined in| e4762c94_7e4a_6d82_ab28_45a0383c5def

Relationship Graph

Source Code

src/anthropic/types/beta/beta_code_execution_tool_20250825_param.py lines 13–34

class BetaCodeExecutionTool20250825Param(TypedDict, total=False):
    name: Required[Literal["code_execution"]]
    """Name of the tool.

    This is how the tool will be called by the model and in `tool_use` blocks.
    """

    type: Required[Literal["code_execution_20250825"]]

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

    strict: bool
    """When true, guarantees schema validation on tool names and inputs"""

Frequently Asked Questions

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