mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 20:17:29 +08:00
fix: conversation variable may not change in the answer node (#10034)
This commit is contained in:
parent
eb87e690ed
commit
c7fb8a4f20
@ -153,6 +153,7 @@ class AnswerStreamGeneratorRouter:
|
|||||||
NodeType.IF_ELSE,
|
NodeType.IF_ELSE,
|
||||||
NodeType.QUESTION_CLASSIFIER,
|
NodeType.QUESTION_CLASSIFIER,
|
||||||
NodeType.ITERATION,
|
NodeType.ITERATION,
|
||||||
|
NodeType.CONVERSATION_VARIABLE_ASSIGNER,
|
||||||
}:
|
}:
|
||||||
answer_dependencies[answer_node_id].append(source_node_id)
|
answer_dependencies[answer_node_id].append(source_node_id)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user