Skip to content

Commit b684966

Browse files
committed
fix: 修复ai对话回答俩次
1 parent 6f28442 commit b684966

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/application/flow/workflow_manage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ def run_node_future(self, node):
405405

406406
def run_node(self, node):
407407
result = node.run()
408-
result.write_context(node, self)
409408
return result
410409

411410
def is_result(self, current_node, current_node_result):

0 commit comments

Comments
 (0)