epistemic_promote
Increase a memory's confidence, potentially promoting it to a higher tier.
MUTATE
epistemic_promote
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | No* | Memory ID to promote. |
query | string | No* | Natural language — promotes the best match. |
boost | number | No | Confidence increase amount. Default: 0.15. Max: 0.50. |
Example
{
"tool": "epistemic_promote",
"input": {
"query": "user likes pho",
"boost": 0.20
}
}Response
{
"id": "mem_f8a2b1c3",
"oldConfidence": 0.741,
"newConfidence": 0.941,
"oldTier": "WORKING",
"newTier": "FACT"
}Notes
- Confidence is capped at 1.0
- Owner-only operation (enforced by policy)
- Logged in audit trail as
PROMOTEevent