Mark a drift event as resolved.
Path Parameters
event_id*Event Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/memory/procedures/drift/string/resolve" \ -H "Content-Type: application/json" \ -d '{}'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Resolve Conflict
Resolve a conflict between assertions. Auto-resolution cascade (if enabled): 1. Wikipedia lookup - verify against Wikipedia 2. LLM reasoning - ask GPT to fact-check 3. Grounding check - check existing provenance 4. Recency heuristic - prefer recent info for temporal conflicts Falls back to manual strategy if auto-resolution fails.
Resolve Ontology Hitl
Resolve one HITL queue item (open → resolved). 404 if the id is not in the caller's workspace (covers missing *and* cross-tenant). 422 for an invalid action (Pydantic catches it first).