set_belief
Update a memory's belief envelope by adjusting confidence, status, expiration, review reason, or superseding memory. Keep unspecified fields unchanged.
Instructions
Update a memory's belief envelope. None args keep the current value.
Args: memory_id: The memory. confidence: 0..1 how sure we are. status: active | stale | retired. valid_until: ISO date after which the claim expires. review_reason: why the status/confidence changed. superseded_by: id of the memory that replaced this one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| memory_id | Yes | ||
| confidence | No | ||
| valid_until | No | ||
| review_reason | No | ||
| superseded_by | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |