Search for matching past failures to avoid retry loops.
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/failures/check" \ -H "Content-Type: application/json" \ -d '{ "error_type": "string", "context": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Challenge Assertion
Challenge an assertion against existing knowledge to detect contradictions. Uses a multi-method detection cascade: 1. LLM-based (if enabled) - most accurate 2. Graph-based - structural analysis 3. Embedding-based - semantic similarity + polarity 4. Heuristic - pattern matching fallback Returns detected conflicts with confidence scores and suggested resolutions.
Check Drift
Check active anchors for drift against recent outputs.