mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #21604] feat: Collapsible menu for consecutives tool calls and thinking blocks #19533
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 @smoab on GitHub (Feb 19, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21604
Check Existing Issues
Verify Feature Scope
Problem Description
When the model invokes lots of tools / use interleaved thinking -deep research scenario- , it clutters the UI with lots of
thought for <n> seconds/View result from <tool_name>menus as the screenshot shows. It make legibility of the actual response -especially if the response is one-liner- much harderDesired Solution you'd like
Combine the consecutive tool calls / thinking blocks into a parent collapsible menu , the label of this menu might be something like
called [tool1_name, tool2_name ... etc] and thought for [combined thinking seconds]. When the user clicks on this parent collapsible menu it open the current UI , with the individual tool calls and thinking blocks as currently implemented. This solution address the readability concerns without sacrificing the observability of the model behaviour.Alternatives Considered
No response
Additional Context
No response
@austinbaccus commented on GitHub (Mar 13, 2026):
I'm getting something similar with qwen3.5:9b
@tjbck commented on GitHub (Mar 25, 2026):
Addressed in dev.