mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复ai对话回答俩次
This commit is contained in:
parent
6f284420d6
commit
edc47d6747
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue