mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #24710] feat: Allow check actions in checkboxes in responses to be used as input in the next request #107377
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 @zaakiy on GitHub (May 14, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24710
Check Existing Issues
Verify Feature Scope
Problem Description
I use the following promt:
This produces a response like the following:
...
...
Q1 — What is the observable failure mode?
Q2 — Which layer(s) are affected?
Q3 — When did you notice this? Any recent changes?
...
...
If I check the boxes, nothing happens
Desired Solution you'd like
I want to be able to check the boxes and the system will then use my responses based on what I checked.
Alternatives Considered
No response
Additional Context
No response
@owui-terminator[bot] commented on GitHub (May 14, 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:
🟣 #23468 feat: support structured follow-up questions/options in assistant output
This is the closest match: it asks for structured follow-up questions/options in assistant output and for clicking an option to send it as the next user input automatically. The new issue is specifically about checkboxes in responses being usable as the next request input, which is the same interaction pattern.
by ShirasawaSama
🟣 #14269 issue: How to add a selection box function
This older issue describes rendering model output as selectable options that, when clicked, are filled into the input box and can then be sent. It overlaps with the requested checkbox-to-input workflow, though it is framed more generally as a selection box.
by zmwstu ·
bug🟣 #19596 feat: Improve Checkboxes on Prompt Variable Forms - allow placeholder
This is related only in that it concerns checkboxes in prompt/UI forms, but it is about checkbox labels/placeholders rather than using assistant-response checkboxes as interactive input. It is a weaker but still adjacent match.
by Classic298
💡 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.
@Classic298 commented on GitHub (May 17, 2026):
you can build a tool plugin for this