memory_fact_resolve
Resolve contested memory facts by accepting or discarding a proposed value after user confirmation.
Instructions
Settle a CONTESTED fact slot after checking with the human.
accept=true adopts the parked contender as the new current value
(old value kept as history); accept=false discards the contender
and keeps the current value.
Returns: {resolved, accepted, action, current, record} or
{resolved: false, reason: "no_contender"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accept | Yes | ||
| entity | Yes | ||
| attribute | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||