fix(reasoning): recognise decision in sufficiency question
This commit is contained in:
@@ -2007,7 +2007,6 @@ export function formulateQuestion({ node, graph, context = {} }) {
|
||||
// Detected transiently from existing state; no persisted field required.
|
||||
if (
|
||||
reasoningPatternSelection.pattern === "decision" &&
|
||||
node.kind !== "unknown" &&
|
||||
node.status !== "known" &&
|
||||
node.status !== "resolved" &&
|
||||
node.status !== "contradicted" &&
|
||||
|
||||
Reference in New Issue
Block a user