vectr_forget
Delete a single working-memory note by note ID, or clear every active note for the workspace with all=true. Snapshots remain preserved.
Instructions
Delete working-memory notes. Pass note_id to delete ONE note — the usual case, when a note is stale or superseded (ids are the [#N] shown by vectr_recall). Pass all=true to irreversibly clear EVERY note for this workspace (e.g. after a large refactor). Calling with no arguments deletes nothing. Snapshots are preserved — only active notes are removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Set true to delete ALL notes for this workspace. Irreversible. | |
| note_id | No | ID of the single note to delete (the [#N] id from vectr_recall) |