test: fix canonical live experiment harness import
This commit is contained in:
@@ -61,7 +61,7 @@ async function runLiveExperiment({ graph, previousQuestion, answer }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const { updateCase } = await import(
|
const { updateCase } = await import(
|
||||||
"../lib/graph/orchestrator.js"
|
"../../lib/graph/orchestrator.js"
|
||||||
);
|
);
|
||||||
|
|
||||||
const result = await updateCase({ situationGraph: graph, previousQuestion, answer });
|
const result = await updateCase({ situationGraph: graph, previousQuestion, answer });
|
||||||
|
|||||||
Reference in New Issue
Block a user