mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #2353] [MERGED] fix: some tool messages may be unexpected removed when consecutive tool messages are received. #2417
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/2353
Author: @leslie2046
Created: 12/30/2025
Status: ✅ Merged
Merged: 12/30/2025
Merged by: @hjlarry
Base:
main← Head:fix/deepseek-reasoner📝 Commits (7)
77a4e5223d15662fix: miss tool message due to consecutive tool messages to llm4f02b1c1dcb03fafix: some tool messages may be unexpected removed when consecutive tool messages are sent.511ba2f14a5356cUpdate models/deepseek/models/llm/llm.py7a70388remove unused code📊 Changes
3 files changed (+7 additions, -3 deletions)
View changed files
📝
models/deepseek/manifest.yaml(+1 -1)📝
models/deepseek/models/llm/llm.py(+5 -1)📝
models/deepseek/requirements.txt(+1 -1)📄 Description
Related Issues or Context
fixes https://github.com/langgenius/dify-official-plugins/issues/2352
before log
after log
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.