hebbrix_update
Correct a stored fact by updating its memory entry in place, keeping version history and offering optional wait-for-index for immediate search visibility.
Instructions
Update a memory in place (keeps version history). Use this to CORRECT a stored fact instead of remembering a contradicting copy. Pass the new content.
wait_for_index=True (default): the correction is reflected in search/get/list the moment this returns (read-after-write). Set False for fire-and-forget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | ||
| memory_id | Yes | ||
| importance | No | ||
| wait_for_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||