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
…nches in the question classifier node.
  • Loading branch information
takatost committed Sep 10, 2024
1 parent ffd4bf8 commit 92a7291
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 92a7291

Please sign in to comment.