memory_fact_resolve
Resolve disputed fact entries by prompting the human to accept or reject the pending contender, preserving history when updated.
Instructions
Settle a CONTESTED fact slot after checking with the human.
Returns: {resolved, accepted, action, current, record} or
{resolved: false, reason: "no_contender"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accept | Yes | True adopts the parked contender as the new current value (the old value is kept as history); False discards the contender and keeps the current value. | |
| entity | Yes | The contested slot's subject. | |
| attribute | Yes | The contested slot's attribute. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||