mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
There is no think tag in the information returned by the LLM component, only details. #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hecter-java-architect on GitHub (Mar 4, 2025).
Self Checks
Dify version
1.0.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Configure an LLM


The output label automatically changes to details.
✔️ Expected Behavior
What should be output is think
❌ Actual Behavior
output is details
@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