epistemic_diff
View conflicting claims side by side for comparison before resolution.
QUERY
epistemic_diff
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | No* | Memory ID — shows its conflict group. |
query | string | No* | Natural language — finds conflicting memories for the best match. |
Example
Response
{
"conflictGroup": "cg_x7y8z9",
"claims": [
{
"id": "mem_abc123",
"claim": "User works at Google",
"confidence": 0.780,
"tier": "CHALLENGED",
"storedAt": "2026-01-10T08:00:00Z",
"source": "user_explicit"
},
{
"id": "mem_d4e5f6",
"claim": "User switched to Meta",
"confidence": 0.780,
"tier": "WORKING",
"storedAt": "2026-01-15T10:30:00Z",
"source": "user_explicit"
}
],
"recommendation": "Newer claim from same source. Consider resolving with keep='new'."
}