flag_stale
Mark memory as stale to keep it recoverable while flagging it in recall. Provide a reason and optionally specify the memory that superseded it.
Instructions
Mark a memory as stale: kept and recoverable, but annotated in recall.
Args: memory_id: The memory to flag. reason: Why it's stale. superseded_by: id of the memory that replaced it, if any.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | ||
| memory_id | Yes | ||
| superseded_by | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |