mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
plugin Deepseek-reasoner v0.0.5 still using the hardcoded <details ...> tag to handle reason content #192
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 @Norwa9 on GitHub (Apr 13, 2025).
Self Checks
Dify version
v1.1.1
Cloud or Self Hosted
Self Hosted (Source)
Steps to reproduce
in the deepseek official plugin, the deepseek reasoner still using hardcoded <details ...> tag to handle reason content, and this tag saved with reason content into
Message.answerfield✔️ Expected Behavior
this ugly implementation is fixed in:
https://github.com/langgenius/dify/pull/13392,
https://github.com/langgenius/dify-plugin-sdks/pull/33,
but deepseek plugin is outdated, it need rebuild
❌ Actual Behavior
No response
@dosubot[bot] commented on GitHub (Apr 13, 2025):
Hi @Norwa9! I'm Dosu, your friendly bot here to help you sort out bugs, answer questions, and guide you in becoming a contributor. I'm here while you wait for a human maintainer. How can I assist you today?
The Deepseek-reasoner plugin version 0.0.5 is still using a hardcoded
<details>tag to handle reason content, which is stored in theMessage.answerfield. This implementation was expected to be fixed in pull requests #13392 and #33, but the plugin is outdated and needs to be rebuilt to incorporate these changes. The<details>tag is used to encapsulate the thinking process, allowing it to be hidden or shown in the frontend, thereby clearly differentiating it from the actual answer [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