print the streaming outs

This commit is contained in:
2025-12-02 17:22:46 +08:00
parent f6f4e3c16b
commit f0e8ee3a06

View File

@@ -87,6 +87,7 @@ class RoutingGraph(GraphBase):
text_releaser = TextReleaser(*self.tool_node.get_delay_keys())
for chunk in text_releaser.release(text_iterator()):
print(f"\033[92m{chunk}\033[0m", end="", flush=True)
yield chunk