BetaMemoryTool20250818RenameCommand Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaMemoryTool20250818RenameCommand class in beta_memory_tool_20250818_rename_command.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD b736eeb7_b918_ab1f_e358_0642f9968e3e["BetaMemoryTool20250818RenameCommand"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] b736eeb7_b918_ab1f_e358_0642f9968e3e -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 61fc8860_b7ff_2d9a_1862_76fdeaefbe36["beta_memory_tool_20250818_rename_command.py"] b736eeb7_b918_ab1f_e358_0642f9968e3e -->|defined in| 61fc8860_b7ff_2d9a_1862_76fdeaefbe36
Relationship Graph
Source Code
src/anthropic/types/beta/beta_memory_tool_20250818_rename_command.py lines 10–18
class BetaMemoryTool20250818RenameCommand(BaseModel):
command: Literal["rename"]
"""Command type identifier"""
new_path: str
"""New path for the file or directory"""
old_path: str
"""Current path of the file or directory"""
Domain
Extends
Source
Frequently Asked Questions
What is the BetaMemoryTool20250818RenameCommand class?
BetaMemoryTool20250818RenameCommand is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_memory_tool_20250818_rename_command.py.
Where is BetaMemoryTool20250818RenameCommand defined?
BetaMemoryTool20250818RenameCommand is defined in src/anthropic/types/beta/beta_memory_tool_20250818_rename_command.py at line 10.
What does BetaMemoryTool20250818RenameCommand extend?
BetaMemoryTool20250818RenameCommand extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free