epistemic_demote

Decrease a memory's confidence, potentially demoting it to a lower tier.

MUTATE
epistemic_demote

Parameters

NameTypeRequiredDescription
idstringNo*Memory ID to demote.
querystringNo*Natural language — demotes the best match.
penaltynumberNoConfidence 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"
}