Skip to content

Commit

Permalink
fix(workflow): answers are output simultaneously across different bra…
Browse files Browse the repository at this point in the history
…ches in the question classifier node. (langgenius#8225)
  • Loading branch information
takatost authored and cuiks committed Sep 26, 2024
1 parent f9e8ea1 commit 1b4b002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _recursive_fetch_answer_dependencies(
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:
Expand Down

0 comments on commit 1b4b002

Please sign in to comment.