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

BetaMemoryTool20250818InsertCommand Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaMemoryTool20250818InsertCommand class in beta_memory_tool_20250818_insert_command.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  beb805e8_5c01_3045_faba_164db2211806["BetaMemoryTool20250818InsertCommand"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  beb805e8_5c01_3045_faba_164db2211806 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  909528bb_012b_0715_cf32_8b423e6fdc59["beta_memory_tool_20250818_insert_command.py"]
  beb805e8_5c01_3045_faba_164db2211806 -->|defined in| 909528bb_012b_0715_cf32_8b423e6fdc59

Relationship Graph

Source Code

src/anthropic/types/beta/beta_memory_tool_20250818_insert_command.py lines 10–21

class BetaMemoryTool20250818InsertCommand(BaseModel):
    command: Literal["insert"]
    """Command type identifier"""

    insert_line: int
    """Line number where text should be inserted"""

    insert_text: str
    """Text to insert at the specified line"""

    path: str
    """Path to the file where text should be inserted"""

Extends

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free