mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #713] [MERGED] fix(gpustack): error in mode selection for the agent app #1506
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/713
Author: @Nov1c444
Created: 4/14/2025
Status: ✅ Merged
Merged: 4/14/2025
Merged by: @crazywoola
Base:
main← Head:fix/gpu-stack-tool-call📝 Commits (1)
54cbfe2fix(gpustack): error in mode selection for the agent app📊 Changes
2 files changed (+20 additions, -1 deletions)
View changed files
📝
models/gpustack/manifest.yaml(+1 -1)📝
models/gpustack/provider/gpustack.yaml(+19 -0)📄 Description
Related Issue or Context
Due to openai_compatible custom models having default support for stream_tool_call, Agent applications using these models will automatically select Function Call mode, resulting in execution. Adding the stream tool call params to control the agent mode.
Fixes https://github.com/langgenius/dify/issues/17917
Type of Change
Version Control (if applicable)
Versionfield, not in Meta section)Test Evidence (if applicable)
Screenshots or Video/GIF:
Environment Verification
Local Deployment Environment
Local Deployment Dify Version:
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.