memo_mark_reviewed
Record review evidence for a memory, verify its recall, and schedule the next review. Supports idempotent retries.
Instructions
Record review evidence, verify the memory, and schedule its next review.
Replaying the latest still-current review with identical evidence and actor is a no-op, so retries are idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the memory to mark as reviewed; errors if not found. | |
| actor | No | Identifier of who performed the review, stored with the evidence. | |
| evidence | No | Free-text evidence supporting the review; sanitized before being persisted with the review record. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||