mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
Do not wrap reasoning_content into <think> tags!!! #41
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 @Devindan on GitHub (Jun 19, 2025).
It's time to discard the tags
<think>and</think>.If the LLM interface already has
reasoning_contentandcontentfields, it is more useful to directly use these two fields as the default output values of the LLM node, rather than forcing the already separated CoT content fields into the<think>tag.Users can choose whether to use CoT by outputting
reasoning_contentor not, without having to spend effort separating it from the<think>and</think>tags.