fix: remove print

pull/20921/head
GuanMu 10 months ago
parent 6bb24a938e
commit 4c7e9d0dd4

@ -40,7 +40,6 @@ class AnswerStreamProcessor(StreamProcessor):
elif isinstance(event, NodeRunStreamChunkEvent):
if event.in_iteration_id or event.in_loop_id:
if self.has_output and event.node_id not in self.output_node_ids:
print(f"event22: {event}")
event.chunk_content = "\n" + event.chunk_content
self.output_node_ids.add(event.node_id)
self.has_output = True

Loading…
Cancel
Save