fix(confidence-engine): expose reconstruction failure evidence

This commit is contained in:
2026-09-05 08:18:04 +01:00
parent a59d60262e
commit 37245a8e28
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -531,6 +531,7 @@ describe("lib/graph/orchestrator startCase", () => {
analysisErrors: ["socket hang up"],
statusCode: 502,
});
expect(result).toHaveProperty("rawResponse");
});
it("returns null selectedQuestion when neither analysis nor graph path yields a question", async () => {