Skip to content

Commit

Permalink
Merge branch 'feat/workflow-backend' into deploy/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
takatost committed Mar 19, 2024
2 parents 63bd495 + 20cd3e5 commit 1c35db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/app/apps/advanced_chat/generate_task_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def _get_answer_start_at_node_id(self, graph: dict, target_node_id: str) \
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:
Expand Down

0 comments on commit 1c35db0

Please sign in to comment.