fix: remove redundant condition null from $START

This commit is contained in:
2026-05-22 05:33:39 +00:00
parent 355594d074
commit f174f2fd0a
-1
View File
@@ -143,7 +143,6 @@ conditions:
graph: graph:
$START: $START:
- role: "planner" - role: "planner"
condition: null
planner: planner:
- role: "$END" - role: "$END"
condition: "insufficientInfo" condition: "insufficientInfo"