memory_supersede
Replace an outdated memory by flagging it as superseded and storing the corrected version. Retrieval ranks the new memory higher while keeping the old context visible.
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 | |||