mirror of https://github.com/langgenius/dify.git
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