forget_memory
Delete observations by exact match or semantic similarity. Preview deletions with dry run option.
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) |