Forráskód Böngészése

fix(workflow): answers are output simultaneously across different braches in the question classifier node. (#8225)

takatost 7 hónapja
szülő
commit
fdbbdb706f

+ 1 - 1
api/core/workflow/nodes/answer/answer_stream_generate_router.py

@@ -151,7 +151,7 @@ class AnswerStreamGeneratorRouter:
             if source_node_type in (
                 NodeType.ANSWER.value,
                 NodeType.IF_ELSE.value,
-                NodeType.QUESTION_CLASSIFIER,
+                NodeType.QUESTION_CLASSIFIER.value,
             ):
                 answer_dependencies[answer_node_id].append(source_node_id)
             else: