mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #21142] feat: Store generated Follow up prompts with historical responses. #34925
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 @jkassie on GitHub (Feb 4, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21142
Check Existing Issues
Verify Feature Scope
Problem Description
When using Open WebUI to explore a knowledge base I find the Follow up questions very useful but am frustrated they disappear as soon as you select one of them. I end up having to copy them to a separate document so I can manually iterate across multiple questions.
Desired Solution you'd like
Store generated Follow up questions with the answer as an expandable field (similar to how Sources works). Even if you have to manually copy and paste historical values below, it would still be useful to see what was generated for each response.
Alternatives Considered
No response
Additional Context
No response
@pr-validator-bot commented on GitHub (Feb 4, 2026):
⚠️ Invalid Issue Title
Hey @jkassie, please provide a descriptive title for your issue. Titles that are empty, very short (under 10 characters), or generic (like "issue:" or "feat:") make it difficult for volunteer contributors to understand and triage issues.
Please update the title to reflect the content of your issue.
⚠️ Missing Issue Title Prefix
@jkassie, your issue title is missing a prefix (e.g.,
bug:,feat:,docs:).Please update your issue title to include one of the following prefixes:
Example:
bug: Login fails when using special characters in password@silentoplayz commented on GitHub (Feb 4, 2026):
I'm almost certain you'd be happy to know that these toggles exist in the
Interfacesettings tab within the user settings menu. Particularly, bothKeep Follow-Up Prompts in ChatandInsert Follow-Up Prompt to Inputoptions are what you want toggledOnto have the behavior you desire within your Open WebUI instance for follow-up prompts.Also, shameless self-plug for my very recently created Regenerate Followups action button. You will likely want this added to your Open WebUI instance. Feel free to give it a try and let me know what you think!
@Classic298 commented on GitHub (Feb 4, 2026):
nice even i didnt know this
will add this to docs