mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Chatflow Agent streaming output #645
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 @zt89974292 on GitHub (Sep 12, 2025).
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
At present, Chatflow Agent is unable to stream output, but only outputs all the content at once. The experience is not very good. If it is a problem with my configuration or usage posture, please advise. If this is currently the only way, I hope it can be optimized in the future
2. Additional context or comments
No response
3. Can you help us with this feature?
@dosubot[bot] commented on GitHub (Sep 12, 2025):
Currently, Chatflow Agent nodes using the plug-in policy in Dify do not support streaming output—they return the entire response at once, regardless of configuration. This is a known limitation due to how tool-based requests are handled, and setting
stream=Truedoes not enable streaming in this context. However, streaming output support for agent nodes is planned via the upcoming "stream-tool-call" feature, targeted for Dify version 1.1.4 and later details.When streaming becomes available, it will have some limitations: ReAct mode will not support streaming (only Function Calling mode will), and some model plugins (like Ollama) will not support the feature. For best results, use official Tongyi models (e.g., Qwen-max) and select Function Calling mode in the Agent strategies settings reference.
There are also some known architectural issues in chatflows (such as with multiple conditional nodes) that can prevent streaming, but workarounds exist and improvements are in progress see here.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
