This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: conversation variable may not change in the answer node (
#10034
)
tags/0.11.0
非法操作
1 year ago
parent
eb87e690ed
commit
c7fb8a4f20
No account linked to committer's email address
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
api/core/workflow/nodes/answer/answer_stream_generate_router.py
+ 1
- 0
api/core/workflow/nodes/answer/answer_stream_generate_router.py
View File
@@ -153,6 +153,7 @@ class AnswerStreamGeneratorRouter:
NodeType.IF_ELSE,
NodeType.QUESTION_CLASSIFIER,
NodeType.ITERATION,
NodeType.CONVERSATION_VARIABLE_ASSIGNER,
}:
answer_dependencies[answer_node_id].append(source_node_id)
else:
Write
Preview
Loading…
Cancel
Save