[bug] Question Classifier working wrong in the workflow process #2140

Closed
opened 2026-02-21 17:42:12 -05:00 by yindo · 0 comments
Owner

Originally created by @jiacheo on GitHub (Apr 12, 2024).

Originally assigned to: @JohnJyong on GitHub.

Self Checks

  • This is only for bug report, if you would like to ask a quesion, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • Pleas do not modify this template :) and fill in all the required fields.

Dify version

0.6.2

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

  1. create a workflow from template by the name of 'Customer Review Analysis Workflow'
  2. Run it in the studio
  3. input a nagetive review text such like :'Bad experience of refunding'
  4. then submit the text and see the workflow processing diagram
  5. Check the trace, can find that the LLM classfier the question as a 'Negative review' but the next step it goes to the 'Class1' (Positive review) brunch, this act a wrong brunch choosen.
image

✔️ Expected Behavior

Understand and go to the right brunch in the question classifier.

Actual Behavior

No response

Originally created by @jiacheo on GitHub (Apr 12, 2024). Originally assigned to: @JohnJyong on GitHub. ### Self Checks - [X] This is only for bug report, if you would like to ask a quesion, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] Pleas do not modify this template :) and fill in all the required fields. ### Dify version 0.6.2 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce 1. create a workflow from template by the name of 'Customer Review Analysis Workflow' 2. Run it in the studio 3. input a nagetive review text such like :'Bad experience of refunding' 4. then submit the text and see the workflow processing diagram 5. Check the trace, can find that the LLM classfier the question as a 'Negative review' but the next step it goes to the 'Class1' (Positive review) brunch, this act a wrong brunch choosen. <img width="1212" alt="image" src="https://github.com/langgenius/dify/assets/1650931/13ca32e0-2ff5-4584-bb20-f5428ed0b634"> ### ✔️ Expected Behavior Understand and go to the right brunch in the question classifier. ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug🌊 feat:workflow labels 2026-02-21 17:42:12 -05:00
yindo closed this issue 2026-02-21 17:42:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#2140