[PR #501] [MERGED] fix:Failed to transform agent message using tongyi function calling #1407

Closed
opened 2026-02-16 10:22:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/501
Author: @jiandanfeng
Created: 3/18/2025
Status: Merged
Merged: 3/19/2025
Merged by: @crazywoola

Base: mainHead: fix-bug-424


📝 Commits (3)

  • fd3c9a1 fix:Failed to transform agent message using tongyi function calling
  • b292539 bump:dify_plugin to 0.0.1b73
  • b62e89d bump:tongyi version to 0.0.13

📊 Changes

3 files changed (+3 additions, -3 deletions)

View changed files

📝 models/tongyi/manifest.yaml (+1 -1)
📝 models/tongyi/models/llm/llm.py (+1 -1)
📝 models/tongyi/requirements.txt (+1 -1)

📄 Description

Fix #424
When stream = true and incremental_output = true, the tool call will report an error, when stream-tool-call incremental_output must be false


🔄 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-official-plugins/pull/501 **Author:** [@jiandanfeng](https://github.com/jiandanfeng) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/19/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix-bug-424` --- ### 📝 Commits (3) - [`fd3c9a1`](https://github.com/langgenius/dify-official-plugins/commit/fd3c9a1e38894847ef0982ce485dfd2f562fa344) fix:Failed to transform agent message using tongyi function calling - [`b292539`](https://github.com/langgenius/dify-official-plugins/commit/b2925393a57ba993340773eab604db9c89abd1be) bump:dify_plugin to 0.0.1b73 - [`b62e89d`](https://github.com/langgenius/dify-official-plugins/commit/b62e89df78b1f0b13ebaa6b3bcd2411a0b0e6993) bump:tongyi version to 0.0.13 ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `models/tongyi/manifest.yaml` (+1 -1) 📝 `models/tongyi/models/llm/llm.py` (+1 -1) 📝 `models/tongyi/requirements.txt` (+1 -1) </details> ### 📄 Description Fix #424 When stream = true and incremental_output = true, the tool call will report an error, when stream-tool-call incremental_output must be false --- <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-16 10:22:51 -05:00
yindo closed this issue 2026-02-16 10:22:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1407