memory_supersede
Mark a stored memory as obsolete and record its replacement, so the correction ranks higher while the original is preserved for context.
Instructions
Mark a stored memory obsolete and record its replacement. The old
entry is kept but flagged superseded, so retrieval ranks the correction
higher and shows both together. Matching is exact-text first, then
nearest-embedding fallback — a close paraphrase of old_text works.
Returns: {superseded_count, superseded_texts, new_memory_stored}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_text | Yes | ||
| old_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||