fix qc bug

This commit is contained in:
takatost 2024-03-19 23:55:06 +08:00
parent 53fa4ffe73
commit 20cd3e52d0
1 changed files with 1 additions and 1 deletions

View File

@ -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: