fix: 修复ai对话回答俩次

This commit is contained in:
shaohuzhang1 2024-10-30 18:25:57 +08:00 committed by shaohuzhang1
parent 6f284420d6
commit edc47d6747

View File

@ -405,7 +405,6 @@ class WorkflowManage:
def run_node(self, node):
result = node.run()
result.write_context(node, self)
return result
def is_result(self, current_node, current_node_result):