Home / Function/ create() — anthropic-sdk-python Function Reference

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
  0d62f96b_9675_c053_7ae8_5d58680e01d1["create()"]
  a0c776a7_63ce_9752_6068_14794f180e7d["BetaAsyncAbstractMemoryTool"]
  0d62f96b_9675_c053_7ae8_5d58680e01d1 -->|defined in| a0c776a7_63ce_9752_6068_14794f180e7d
  0ece2516_b8ca_11b1_03fd_264c81bbd81d["create()"]
  0ece2516_b8ca_11b1_03fd_264c81bbd81d -->|calls| 0d62f96b_9675_c053_7ae8_5d58680e01d1
  19b9272d_d835_6305_8e21_55eb6c8b2f96["execute()"]
  19b9272d_d835_6305_8e21_55eb6c8b2f96 -->|calls| 0d62f96b_9675_c053_7ae8_5d58680e01d1
  0ece2516_b8ca_11b1_03fd_264c81bbd81d["create()"]
  0d62f96b_9675_c053_7ae8_5d58680e01d1 -->|calls| 0ece2516_b8ca_11b1_03fd_264c81bbd81d
  style 0d62f96b_9675_c053_7ae8_5d58680e01d1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/anthropic/lib/tools/_beta_builtin_memory_tool.py lines 219–221

    async def create(self, command: BetaMemoryTool20250818CreateCommand) -> BetaFunctionToolResultType:
        """Create a new memory file with the specified content."""
        pass

Subdomains

Calls

Called By

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 219.
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