forget_memory
Delete specific observations from your knowledge graph using exact or semantic matching. Preview deletions with dry run to avoid unintended removal.
Instructions
Forget (delete) observations matching the given content. Tries exact match first; falls back to semantic search at 0.85 similarity threshold if available. Supports dryRun to preview what would be deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, return what would be deleted without actually deleting | |
| content | Yes | The content to forget (observation text) | |
| projectId | No | Optional project scope filter | |
| threshold | No | Semantic similarity threshold for fallback (default: 0.85) |