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

BetaMemoryTool20250818CreateCommand Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaMemoryTool20250818CreateCommand class in beta_memory_tool_20250818_create_command.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  4cba19eb_d602_e490_1269_cc9ebefc75f9["BetaMemoryTool20250818CreateCommand"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  4cba19eb_d602_e490_1269_cc9ebefc75f9 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  d1d435c0_c961_6e2e_6b29_b30a55ac1e15["beta_memory_tool_20250818_create_command.py"]
  4cba19eb_d602_e490_1269_cc9ebefc75f9 -->|defined in| d1d435c0_c961_6e2e_6b29_b30a55ac1e15

Relationship Graph

Source Code

src/anthropic/types/beta/beta_memory_tool_20250818_create_command.py lines 10–18

class BetaMemoryTool20250818CreateCommand(BaseModel):
    command: Literal["create"]
    """Command type identifier"""

    file_text: str
    """Content to write to the file"""

    path: str
    """Path where the file should be created"""

Extends

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free