update
Modify an existing memory's content, validity date, or modifier while preserving its metadata. Provide the memory ID and optional new values to keep facts current.
Instructions
Update an existing memory in-place without losing metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | New content text (keep empty to keep existing) | |
| memory_id | Yes | ID of the memory to update | |
| modified_by | No | Who made this modification (e.g. 'Kiosha', 'Miosha', 'Nebo') | |
| effective_from | No | Optional ISO-8601 date/datetime: when the updated fact became valid (temporal validity, written to valid_from). Defaults to keeping the existing valid_from. |