mirror of
https://github.com/langgenius/dify.git
synced 2026-04-07 08:46:31 +08:00
fix qc bug
This commit is contained in:
parent
53fa4ffe73
commit
20cd3e52d0
@ -418,7 +418,7 @@ class AdvancedChatAppGenerateTaskPipeline(BasedGenerateTaskPipeline, WorkflowCyc
|
||||
if node_type in [
|
||||
NodeType.ANSWER.value,
|
||||
NodeType.IF_ELSE.value,
|
||||
NodeType.QUESTION_CLASSIFIER
|
||||
NodeType.QUESTION_CLASSIFIER.value
|
||||
]:
|
||||
start_node_id = target_node_id
|
||||
elif node_type == NodeType.START.value:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user