memory_update
Partially update an existing memory by providing only the fields to change. Correct facts, adjust importance, or add tags and entities.
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 |