context_update
Manage context entries by pinning important ones to survive compaction or deleting incorrect ones to clean up recall.
Instructions
Pin, unpin, or delete a single entry by its id. Pin what must survive compaction; delete what turned out to be wrong, so it stops polluting recall.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delete | No | Remove the entry from recall | |
| pinned | No | Set or clear the pin | |
| entry_id | Yes | Entry id, as shown in recall output | |
| session_id | Yes | Session identifier. Reuse the same string across a task to accumulate memory. |