Commit 747e8a3
艾森
feat: include memory ID in store/update response text
Include the full memory ID in the response text of `memory_store` and
`memory_update` tools so the AI model can verify successful persistence
and reference specific entries.
- `memory_store`: add `(ID: <uuid>)` to response text
- `memory_update`: show full ID instead of truncated 8-char prefix
Closes #1391 parent 631e0b3 commit 747e8a3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
667 | | - | |
| 667 | + | |
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
| |||
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
999 | | - | |
| 999 | + | |
1000 | 1000 | | |
1001 | 1001 | | |
1002 | 1002 | | |
| |||
0 commit comments