mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #122] feat: ability to delete specific messages in a thread #27469
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 @imaverage on GitHub (Nov 19, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/122
Describe the solution you'd like
ability to delete specific messages in a thread in a particular chat
@tjbck commented on GitHub (Nov 19, 2023):
Hi, Thanks for the suggestion. I'm currently overwhelmed with the amount of work but I'll maybe try to get around to this whenever I can if I decide to implement this feature. If you could elaborate what the use case of this feature could be, or how it could be useful, that will help me with the decision making process. I'll mark as not planned for now, but I will reopen if there are good reasons. Thanks.
@imaverage commented on GitHub (Nov 20, 2023):
A. there is limited context size for these models. often time you have a followup question, but does not need to stay in the chat.
B. if a user makes a typo or wants to edit/amend a previous message, there is no way to do so. allowing selectively deleting a message allows this as well
@tjbck commented on GitHub (Nov 21, 2023):
Hi, There is a way to edit messages you've sent which would address both of your concerns. Are there any other reasons why you would delete a message? Thanks.