mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #13903] issue: cant make the streaming of the output work when using native toolcalling #17068
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 @basirsedighi on GitHub (May 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13903
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.9
Ollama Version (if applicable)
v0.6.8
Operating System
ubuntu
Browser (if applicable)
edge
Confirmation
README.md.Expected Behavior
I would expect that when doing a native-toolcalling the stream of tokens apears on the UI as they are generated.
Actual Behavior
I have setup a postgres database where i can talk to it using mcp and the mcpo proxy repo.
I have found it works very well. However i can not make the streaming work.
So when i do a prompt, a call is being made to the tool for retrival from the database, after retrival LLMs (qwen2.5 / mistral-mini) tokenstream seem not to work but rather the output comes all at once.
Steps to Reproduce
Logs & Screenshots
Additional Information
I have tested this on mac downloading it with uvx and also on kubernetis cluster
@tjbck commented on GitHub (May 15, 2025):
Ollama issue.