Skip to content

Commit f90035a

Browse files
author
Weilin Li
committed
change
1 parent 4f6ca57 commit f90035a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Toolkit/memory/mem0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Spoon-toolkit provides Mem0-powered tools that plug into spoon-core agents for l
66
- `AddMemoryTool` — store text or conversation snippets.
77
- `SearchMemoryTool` — semantic/natural-language search over stored memories.
88
- `GetAllMemoryTool` — list memories (with paging/filters).
9-
- `UpdateMemoryTool` — update an existing memory by id.
10-
- `DeleteMemoryTool` — delete a memory by id.
9+
- `UpdateMemoryTool` — update an existing memory by memory_id.
10+
- `DeleteMemoryTool` — delete a memory by memory_id.
1111

1212
All tools accept `mem0_config` (api_key/user_id/collection/metadata/filters/etc.) or an injected `SpoonMem0` client. If `mem0ai` or `MEM0_API_KEY` is missing, client initialization may fail; otherwise an unready client yields `ToolResult.error` rather than an exception.
1313

0 commit comments

Comments
 (0)