memory_update
Patch an existing memory by updating only the fields you provide, correct facts, add tags, or change importance. You need the memory ID; search for it if missing.
Instructions
Patch an existing memory. Only the fields you provide are changed.
When to use:
The user corrects a previously stored fact ("actually, I use Tailwind v4 not v3").
You need to add tags / entities to an existing memory.
The user lowers/raises priority of a memory.
When NOT to use:
The memory is wrong AND no longer relevant → use memory_delete.
You don't have the id yet → search first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| tags | No | ||
| type | No | ||
| content | No | ||
| entities | No | ||
| metadata | No | ||
| namespace | No | ||
| importance | No | ||
| occurred_at | No |