invalidate_observations
Mark outdated observations as invalidated to track belief revisions. Record what superseded each belief for accurate memory updates.
Instructions
Mark observations as invalidated (belief revision tracking).
Sets status='invalidated' and records invalidated_at date. Optionally records what superseded the old belief.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_name | Yes | Name of the entity whose observations to invalidate. | |
| observations | Yes | List of observation text strings to invalidate. | |
| superseded_by | No | Optional description of what replaced these beliefs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |