mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #24471] issue: How to properly display Tool Calls / Tasks in Open Webui when using Pipelines #107304
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 @jayteaftw on GitHub (May 8, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24471
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.9.2
Ollama Version (if applicable)
No response
Operating System
Mac OS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When returning a request like this
I expect the tool call to run for 2 seconds then complete. I also expect the output to be present
Actual Behavior
Creates two tool calls that dont have any output in them
Steps to Reproduce
Create a pipeline
Logs & Screenshots
No error message but I would mostly just want to know where in documentation I can find how to properly send tool call / tasks using Pipeline classes. Also are pipelines second class citizen now inside of Open Webui as I feel like there is a lack of support for them now. And if so, what is the recommend way to incorporate 3rd partyAgents / Rag applications into open webui?
Additional Information
No response
@owui-terminator[bot] commented on GitHub (May 8, 2026):
🔍 Related Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
🟣 #23957 issue: Tool calling causing a repeat in messages when using pipeline
This issue is directly about tool calling in pipelines and shows related incorrect UI behavior after emitting tool calls. The reproduction also uses a pipeline generator streaming assistant content plus tool-related output, making it the closest match to the reported pipeline/tool-call rendering problem.
by jayteaftw ·
bug🟣 #18743 issue: Tool call results intermittently fail to display in UI when result data is large
This issue reports that tool call results can appear empty or missing in the UI even though the backend executed the tool and sent a result. That matches the current report’s symptom of tool-call blocks appearing without output, especially in the collapsible details view.
by kjpoccia ·
bug🟣 #21178 bug: Pipes: Broken RAG Access & Inconsistent Task Payloads for Custom Agents Pipe for GPT 5.2
This issue covers custom pipeline/pipe behavior around task payloads and RAG/tool access in Pipes. While broader than the current report, it is related to pipeline integration quirks and missing/incorrect tool-related behavior in the same subsystem.
by Soliver84 ·
bug💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.