Memory Update Fact
memory_update_factUpdate an existing memory fact by its ID, replacing only the fields you provide. Use it to keep stored facts current after a change instead of creating duplicates.
Instructions
Edit an existing fact by id; omitted fields keep their value.
Use this instead of saving a new fact when something changed -- for
example when the user switches tooling. Get the fact_id from
memory_search first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Replacement text, if changing it. | |
| fact_id | Yes | Id of the fact to change. | |
| user_id | No | Whose memory the fact belongs to. | |
| category | No | Replacement category, if changing it. | |
| agent_name | No | Optional per-agent bucket. | |
| confidence | No | Replacement confidence (0.0-1.0), if changing it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||