fix(workflow): fix passing of loop variable termination condition

This commit is contained in:
mengyonghao
2026-01-05 10:50:32 +08:00
parent 373b91143d
commit 55dac533d9

View File

@@ -356,7 +356,8 @@ class BaseNode(ABC):
**final_output,
"runtime_vars": {
self.node_id: runtime_var
}
},
"looping": state["looping"]
}
# Add streaming buffer for non-End nodes