create() — anthropic-sdk-python Function Reference
Architecture documentation for the create() function in _beta_builtin_memory_tool.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 0ece2516_b8ca_11b1_03fd_264c81bbd81d["create()"] d2acad16_3d69_9ffc_b385_3f353b4288f2["BetaAbstractMemoryTool"] 0ece2516_b8ca_11b1_03fd_264c81bbd81d -->|defined in| d2acad16_3d69_9ffc_b385_3f353b4288f2 6f0540a3_65b1_70b4_ce28_d4ad7f2afd09["execute()"] 6f0540a3_65b1_70b4_ce28_d4ad7f2afd09 -->|calls| 0ece2516_b8ca_11b1_03fd_264c81bbd81d 0d62f96b_9675_c053_7ae8_5d58680e01d1["create()"] 0d62f96b_9675_c053_7ae8_5d58680e01d1 -->|calls| 0ece2516_b8ca_11b1_03fd_264c81bbd81d 0d62f96b_9675_c053_7ae8_5d58680e01d1["create()"] 0ece2516_b8ca_11b1_03fd_264c81bbd81d -->|calls| 0d62f96b_9675_c053_7ae8_5d58680e01d1 style 0ece2516_b8ca_11b1_03fd_264c81bbd81d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/anthropic/lib/tools/_beta_builtin_memory_tool.py lines 106–108
def create(self, command: BetaMemoryTool20250818CreateCommand) -> BetaFunctionToolResultType:
"""Create a new memory file with the specified content."""
pass
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does create() do?
create() is a function in the anthropic-sdk-python codebase, defined in src/anthropic/lib/tools/_beta_builtin_memory_tool.py.
Where is create() defined?
create() is defined in src/anthropic/lib/tools/_beta_builtin_memory_tool.py at line 106.
What does create() call?
create() calls 1 function(s): create.
What calls create()?
create() is called by 2 function(s): create, execute.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free