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

BetaMemoryTool20250818Param Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaMemoryTool20250818Param class in beta_memory_tool_20250818_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  a7da6060_43bd_d8f2_c24b_80b6a592becb["BetaMemoryTool20250818Param"]
  bc8868e3_f045_b1f5_da99_ccdfea2969ad["beta_memory_tool_20250818_param.py"]
  a7da6060_43bd_d8f2_c24b_80b6a592becb -->|defined in| bc8868e3_f045_b1f5_da99_ccdfea2969ad

Relationship Graph

Source Code

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

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

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

    type: Required[Literal["memory_20250818"]]

    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 BetaMemoryTool20250818Param class?
BetaMemoryTool20250818Param is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_memory_tool_20250818_param.py.
Where is BetaMemoryTool20250818Param defined?
BetaMemoryTool20250818Param is defined in src/anthropic/types/beta/beta_memory_tool_20250818_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