memory_invalidate
Invalidate a fact at a given timestamp while preserving its history, ensuring corrections surface in later memory checks.
Instructions
Mark a fact as invalid at a given time (bi-temporal update). History is preserved; the correction surfaces in later memory_checkout (front door) results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invalid_at | Yes | ISO-8601 timestamp | |
| admin_token | No | Admin token if configured | |
| entity_name | Yes | ||
| entity_type | Yes |