Skip to content

Commit

Permalink
fix: conversation variable may not change in the answer node (#10034)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjlarry authored Oct 30, 2024
1 parent eb87e69 commit c7fb8a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def _recursive_fetch_answer_dependencies(
NodeType.IF_ELSE,
NodeType.QUESTION_CLASSIFIER,
NodeType.ITERATION,
NodeType.CONVERSATION_VARIABLE_ASSIGNER,
}:
answer_dependencies[answer_node_id].append(source_node_id)
else:
Expand Down

0 comments on commit c7fb8a4

Please sign in to comment.