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

BetaMemoryTool20250818DeleteCommand Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaMemoryTool20250818DeleteCommand class in beta_memory_tool_20250818_delete_command.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  9737596e_ad73_0f98_e416_001b46030424["BetaMemoryTool20250818DeleteCommand"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  9737596e_ad73_0f98_e416_001b46030424 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  9c11d004_3e37_d986_cd72_815ca7a61453["beta_memory_tool_20250818_delete_command.py"]
  9737596e_ad73_0f98_e416_001b46030424 -->|defined in| 9c11d004_3e37_d986_cd72_815ca7a61453

Relationship Graph

Source Code

src/anthropic/types/beta/beta_memory_tool_20250818_delete_command.py lines 10–15

class BetaMemoryTool20250818DeleteCommand(BaseModel):
    command: Literal["delete"]
    """Command type identifier"""

    path: str
    """Path to the file or directory to delete"""

Extends

Frequently Asked Questions

What is the BetaMemoryTool20250818DeleteCommand class?
BetaMemoryTool20250818DeleteCommand is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_memory_tool_20250818_delete_command.py.
Where is BetaMemoryTool20250818DeleteCommand defined?
BetaMemoryTool20250818DeleteCommand is defined in src/anthropic/types/beta/beta_memory_tool_20250818_delete_command.py at line 10.
What does BetaMemoryTool20250818DeleteCommand extend?
BetaMemoryTool20250818DeleteCommand extends BaseModel.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free