call() — anthropic-sdk-python Function Reference
Architecture documentation for the call() function in _beta_builtin_memory_tool.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD c1795f4c_e68a_1e1f_d9fb_ea2c6aae248d["call()"] d2acad16_3d69_9ffc_b385_3f353b4288f2["BetaAbstractMemoryTool"] c1795f4c_e68a_1e1f_d9fb_ea2c6aae248d -->|defined in| d2acad16_3d69_9ffc_b385_3f353b4288f2 cd7c56a6_976c_8d3b_3975_2c30ce839874["call()"] cd7c56a6_976c_8d3b_3975_2c30ce839874 -->|calls| c1795f4c_e68a_1e1f_d9fb_ea2c6aae248d 6f0540a3_65b1_70b4_ce28_d4ad7f2afd09["execute()"] c1795f4c_e68a_1e1f_d9fb_ea2c6aae248d -->|calls| 6f0540a3_65b1_70b4_ce28_d4ad7f2afd09 cd7c56a6_976c_8d3b_3975_2c30ce839874["call()"] c1795f4c_e68a_1e1f_d9fb_ea2c6aae248d -->|calls| cd7c56a6_976c_8d3b_3975_2c30ce839874 style c1795f4c_e68a_1e1f_d9fb_ea2c6aae248d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/anthropic/lib/tools/_beta_builtin_memory_tool.py lines 68–73
def call(self, input: object) -> BetaFunctionToolResultType:
command = cast(
BetaMemoryTool20250818Command,
construct_type_unchecked(value=input, type_=cast(Any, BetaMemoryTool20250818Command)),
)
return self.execute(command)
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does call() do?
call() is a function in the anthropic-sdk-python codebase, defined in src/anthropic/lib/tools/_beta_builtin_memory_tool.py.
Where is call() defined?
call() is defined in src/anthropic/lib/tools/_beta_builtin_memory_tool.py at line 68.
What does call() call?
call() calls 2 function(s): call, execute.
What calls call()?
call() is called by 1 function(s): call.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free