There is no think tag in the information returned by the LLM component, only details. #37

Closed
opened 2026-02-16 10:17:50 -05:00 by yindo · 1 comment
Owner

Originally created by @hecter-java-architect on GitHub (Mar 4, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, 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).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.0.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Configure an LLM
Image
The output label automatically changes to details.
Image

✔️ Expected Behavior

What should be output is think

Actual Behavior

output is details

Originally created by @hecter-java-architect on GitHub (Mar 4, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, 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] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.0.0 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce Configure an LLM ![Image](https://github.com/user-attachments/assets/8fd5220e-66f8-4f9a-9471-c784b2368475) The output label automatically changes to details. ![Image](https://github.com/user-attachments/assets/42691009-c4c4-4019-ac9f-34e817e65877) ### ✔️ Expected Behavior What should be output is think ### ❌ Actual Behavior output is details
yindo closed this issue 2026-02-16 10:17:50 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Mar 4, 2025):

I found a similar closed issue regarding the missing "think" tag in the LLM component responses. The issue is due to a known limitation in Dify, where the rendering of the "think" tag was moved from the backend to the frontend to prevent HTML tags from being inserted into the API response content. This change is not yet fully supported across all providers. The functionality has been restored in a recent pull request and will be available in the next version release after v0.15.3. You will need to wait for this update to see the <think> tag included in the responses [1].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot[bot] commented on GitHub (Mar 4, 2025): <!-- Answer --> I found a similar closed issue regarding the missing "think" tag in the LLM component responses. The issue is due to a known limitation in Dify, where the rendering of the "think" tag was moved from the backend to the frontend to prevent HTML tags from being inserted into the API response content. This change is not yet fully supported across all providers. The functionality has been restored in a recent pull request and will be available in the next version release after v0.15.3. You will need to wait for this update to see the `<think>` tag included in the responses <sup>[[1]](https://github.com/langgenius/dify/issues/14594)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/23d7e58e-b36e-4e19-a613-e24442d8c470?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/23d7e58e-b36e-4e19-a613-e24442d8c470?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/23d7e58e-b36e-4e19-a613-e24442d8c470?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/23d7e58e-b36e-4e19-a613-e24442d8c470?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/23d7e58e-b36e-4e19-a613-e24442d8c470?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/23d7e58e-b36e-4e19-a613-e24442d8c470?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/23d7e58e-b36e-4e19-a613-e24442d8c470?feedback_type=other)</sup>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#37