reasoning: suppress explanation question without relationship structure

This commit is contained in:
2026-08-10 10:17:35 +01:00
parent 1a31949a48
commit 4c5666dfb3
3 changed files with 184 additions and 1 deletions
+3 -1
View File
@@ -436,7 +436,9 @@ function classifyObservationRelationshipWhenComparable(graph) {
reason:
"There is not enough structure to classify the relationship safely.",
contradictionReasoningAllowed: false,
questionRequired: true,
questionRequired: false,
questionSuppressedReason:
"No meaningful relationship structure was established; uncertainty is preserved without fabricating an explanation problem.",
};
}