mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #14111] feat: #17144
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 @leeandrew-cell on GitHub (May 21, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14111
Check Existing Issues
Problem Description
When using MCP and OpenAPI tools for tool calling, the current frontend does not provide real-time feedback to indicate which tool is being invoked, the progress, or the status of these tool calls. In scenarios involving complex tasks or multiple tools, it is difficult for users to understand what the model is doing at any given moment. This affects both user experience and debugging efficiency.
Desired Solution you'd like
Desired Solution you'd like
I hope the chat interface can provide real-time feedback specifically for MCP and OpenAPI tool calls, including:
Alternatives Considered
Only displaying the tool name after a response is returned (but this lacks real-time transparency).
Relying on backend logs (not user-friendly for most users).
Additional Context
This feature is mainly aimed at MCP and OpenAPI tool calls, but ideally could be extended to all models and interfaces that support tool calling, providing a consistent and friendly frontend experience.
@tjbck commented on GitHub (May 21, 2025):
You should toggle native function calling.