[GH-ISSUE #21847] feat: Add (optional) dropdown for chat toggles #74195

Closed
opened 2026-05-13 06:53:02 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @fkrauthan on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21847

Check Existing Issues

  • I have searched for all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.

Verify Feature Scope

  • I have read through and understood the scope definition for feature requests in the Issues section. I believe my feature request meets the definition and belongs in the Issues section instead of the Discussions.

Problem Description

More and more models have different thinking levels. And in some cases I would like to be able to easily adjust the level as part of a conversation. At the moment I can only have a singular On/Off toggle and the level would have to be changed globally in settings.

Desired Solution you'd like

Besides On/Off have an option to specify toggle options when creating a filter with toggle set to True. Then when on the chat window I can not just turn it on/off but also select one of the defined options.

Alternatives Considered

Creating multiple toggles But that fills up the space really quickly.

Additional Context

No response

Originally created by @fkrauthan on GitHub (Feb 25, 2026). Original GitHub issue: https://github.com/open-webui/open-webui/issues/21847 ### Check Existing Issues - [x] I have searched for all existing **open AND closed** issues and discussions for similar requests. I have found none that is comparable to my request. ### Verify Feature Scope - [x] I have read through and understood the scope definition for feature requests in the Issues section. I believe my feature request meets the definition and belongs in the Issues section instead of the Discussions. ### Problem Description More and more models have different thinking levels. And in some cases I would like to be able to easily adjust the level as part of a conversation. At the moment I can only have a singular On/Off toggle and the level would have to be changed globally in settings. ### Desired Solution you'd like Besides On/Off have an option to specify toggle options when creating a filter with `toggle` set to `True`. Then when on the chat window I can not just turn it on/off but also select one of the defined options. ### Alternatives Considered Creating multiple toggles But that fills up the space really quickly. ### Additional Context _No response_
Author
Owner

@Classic298 commented on GitHub (Feb 25, 2026):

https://docs.openwebui.com/features/extensibility/plugin/functions/filter

You can build it yourself with this

I.e. a filter with a toggle and for more than "on/off" use user valves with dropdown

<!-- gh-comment-id:3957291226 --> @Classic298 commented on GitHub (Feb 25, 2026): https://docs.openwebui.com/features/extensibility/plugin/functions/filter You can build it yourself with this I.e. a filter with a toggle and for more than "on/off" use user valves with dropdown
Author
Owner

@fkrauthan commented on GitHub (Feb 25, 2026):

Yes that is what I did. But the User Valves can not be adjusted from the toggle widget on the text input. Hence my request. ChatWise for example has such a widget.

<!-- gh-comment-id:3957319154 --> @fkrauthan commented on GitHub (Feb 25, 2026): Yes that is what I did. But the User Valves can not be adjusted from the toggle widget on the text input. Hence my request. ChatWise for example has such a widget.
Author
Owner

@Classic298 commented on GitHub (Feb 25, 2026):

I'll investigate if adding additional filter type toggles might be possible here but a native baked in thinking toggle is not something open webui will add due to too many considerations, provider differences, model incompatibilities and more

<!-- gh-comment-id:3957371168 --> @Classic298 commented on GitHub (Feb 25, 2026): I'll investigate if adding additional filter type toggles might be possible here but a native baked in thinking toggle is not something open webui will add due to too many considerations, provider differences, model incompatibilities and more
Author
Owner

@Classic298 commented on GitHub (Feb 25, 2026):

Let's discuss this

<!-- gh-comment-id:3957371634 --> @Classic298 commented on GitHub (Feb 25, 2026): Let's discuss this
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#74195