supersede_learning
Replace outdated or incorrect memory entries with corrected text. Provide the old memory ID and new content to resolve conflicts and keep knowledge current.
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 | ||
| repo_path | No | ||
| learning_type | No | fact |