mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2307] [MERGED] feat(DeepSeek): supported deepseek-reasoner multi turn thinking with tool use . #2392
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?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/2307
Author: @leslie2046
Created: 12/21/2025
Status: ✅ Merged
Merged: 12/22/2025
Merged by: @crazywoola
Base:
main← Head:feat--deepseek-reasoner-support-reasoning_content-input📝 Commits (4)
e8c9172feat: supported deepseek-reasoner multi turn thinking with tool use .4c90f79remove unused import8d48515remove unused importsef7045cfix lint📊 Changes
2 files changed (+151 additions, -5 deletions)
View changed files
📝
models/deepseek/manifest.yaml(+1 -1)📝
models/deepseek/models/llm/llm.py(+150 -4)📄 Description
Related Issues or Context
Fixes https://github.com/langgenius/dify-official-plugins/issues/2306
Ref https://api-docs.deepseek.com/zh-cn/guides/thinking_mode
Supported deepseek-reasoner multi turn thinking with tool use
TIPS:
https://github.com/langgenius/dify/blob/7501360663efe879d716d8a962ce80181a21596b/api/core/agent/fc_agent_runner.py#L190C12-L205C61
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.