mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #24019] issue: self.toggle does not work anymore #35684
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 @AIWintermuteAI on GitHub (Apr 22, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24019
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.9.1 (and also v0.8.12)
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
According to the docs here
https://docs.openwebui.com/features/extensibility/plugin/functions/filter/#--toggle-filter-example-adding-interactivity-and-icons-new-in-open-webui-0610
and the expectations
if you have self.toggle = True in a filter, it should produce toggleable button.
Actual Behavior
Currently the interface looks like this
Crucially, pressing on these round buttons does not toggle them, instead it disables them.
Steps to Reproduce
Run latest version in Docker
Add toggleable function, for example
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Apr 24, 2026):
Intended behaviour @Classic298 docs needs to be updated here.
@AIWintermuteAI commented on GitHub (Apr 24, 2026):
@tjbck could you clarify a bit? What if I do need a toggle, such as Thinking toggle
https://github.com/open-webui/open-webui/issues/21893
how does it work now?
@Classic298 commented on GitHub (Apr 24, 2026):
@AIWintermuteAI in 0.9.0 to allow for filter valves to be displayed, some changes were made
I believe now the toggle can be toggled on and off from chat if you click it - so no more explicit visual toggle, just press the icon to disable it