supersede_learning
Replace outdated or incorrect memory entries with corrected text using the conflict ID from store_memory.
Instructions
Deprecate an existing memory (by ID from store_memory conflicts list) and replace it with corrected text. Use when store_memory returns a conflict that contains incorrect or outdated information.
old_id is the ChromaDB document ID returned in the conflicts list. Returns: {found_old: bool, new_id: str}
repo_path: optional absolute path to the target repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| old_id | Yes | ||
| new_text | Yes | ||
| learning_type | No | fact | |
| repo_path | No |