[PR #222] fix: stop thinking when use tool_calls. #235

Open
opened 2026-02-15 21:16:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/222
Author: @jiangbo721
Created: 10/19/2025
Status: 🔄 Open

Base: mainHead: stop-thinking-when-use-toolcalls


📝 Commits (2)

  • d6360da fix: stop thinking when use tool_calls.
  • e2b3079 Merge branch 'main' into stop-thinking-when-use-toolcalls

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 python/dify_plugin/interfaces/model/large_language_model.py (+1 -1)

📄 Description

close: https://github.com/langgenius/dify-plugin-sdks/issues/221

Pull Request Checklist

Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks:

Compatibility Check

  • I have checked whether this change affects the backward compatibility of the plugin declared in README.md
  • I have checked whether this change affects the forward compatibility of the plugin declared in README.md
  • If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the README.md
  • I have described the compatibility impact and the corresponding version number in the PR description
  • I have checked whether the plugin version is updated in the README.md

Available Checks

  • Code has passed local tests
  • Relevant documentation has been updated (if necessary)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-sdks/pull/222 **Author:** [@jiangbo721](https://github.com/jiangbo721) **Created:** 10/19/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `stop-thinking-when-use-toolcalls` --- ### 📝 Commits (2) - [`d6360da`](https://github.com/langgenius/dify-plugin-sdks/commit/d6360dafd32e37094c057c00db9c492863011b34) fix: stop thinking when use tool_calls. - [`e2b3079`](https://github.com/langgenius/dify-plugin-sdks/commit/e2b3079bb93523b1c1d3e9c1387d763737a2a5fc) Merge branch 'main' into stop-thinking-when-use-toolcalls ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/interfaces/model/large_language_model.py` (+1 -1) </details> ### 📄 Description close: https://github.com/langgenius/dify-plugin-sdks/issues/221 # Pull Request Checklist Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks: ## Compatibility Check - [ ] I have checked whether this change affects the **backward compatibility** of the plugin declared in `README.md` - [ ] I have checked whether this change affects the **forward compatibility** of the plugin declared in `README.md` - [ ] If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the `README.md` - [ ] I have described the compatibility impact and the corresponding version number in the PR description - [ ] I have checked whether the plugin version is updated in the `README.md` ## Available Checks - [ ] Code has passed local tests - [ ] Relevant documentation has been updated (if necessary) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 21:16:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#235