mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 10:05:23 -04:00
[PR #501] [MERGED] fix:Failed to transform agent message using tongyi function calling #1407
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/501
Author: @jiandanfeng
Created: 3/18/2025
Status: ✅ Merged
Merged: 3/19/2025
Merged by: @crazywoola
Base:
main← Head:fix-bug-424📝 Commits (3)
fd3c9a1fix:Failed to transform agent message using tongyi function callingb292539bump:dify_plugin to 0.0.1b73b62e89dbump: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.