epistemic_demote
Decrease a memory's confidence, potentially demoting it to a lower tier.
MUTATE
epistemic_demote
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | No* | Memory ID to demote. |
query | string | No* | Natural language — demotes the best match. |
penalty | number | No | Confidence decrease amount. Default: 0.15. |
Example
{
"tool": "epistemic_demote",
"input": {
"id": "mem_f8a2b1c3",
"penalty": 0.30
}
}Response
{
"id": "mem_f8a2b1c3",
"oldConfidence": 0.741,
"newConfidence": 0.441,
"oldTier": "WORKING",
"newTier": "CANDIDATE"
}