experiment(confidence-engine): isolate reconstruction observation

This commit is contained in:
2026-09-06 10:31:45 +01:00
parent 215c783d11
commit 0bb2f01100
5 changed files with 60 additions and 0 deletions
@@ -174,6 +174,7 @@ describe("start-case-experiment-helper.cjs apparatus", () => {
startCase: async (_input, dependencies) => {
expect(typeof dependencies.reconstructionProvider?.generateReconstruction).toBe("function");
expect(dependencies.reconstructionModelName).toBe("gpt-5.6-terra");
expect(dependencies.reconstructionOnly).toBe(true);
return {
success: true,
situationGraph: { nodes: [], edges: [] },