mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
When the Agent application uses the ollama plugin to call a locally deployed model, it is unable to answer questions in a streaming manner. #382
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?
Originally created by @overrated-8 on GitHub (Jun 18, 2025).
Self Checks
Dify version
1.3.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
The first image shows the result of my conversation using the Agent application. It does not display the thinking process in real-time and directly returns the final answer. In contrast, when I use the Chat application (second image), both the thinking process and the response are shown in a streaming manner.
✔️ Expected Behavior
When using the Agent application to invoke the model for conversations, it should still be able to stream output in the same way as the Chat application.
❌ Actual Behavior
The Agent application does not support streaming output during conversations.(especially noticeable when using Ollama as the model provider.
@dosubot[bot] commented on GitHub (Aug 18, 2025):
Hi, @overrated-8. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
What's Next:
Thank you for your understanding and contribution!