mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 01:54:38 -05:00
Edit/Threading Posts #781
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 @skyler14 on GitHub (May 1, 2024).
Is your feature request related to a problem? Please describe.
Chat GPT has the exceptionally useful threading feature, where you can edit your questions and split onto a new thread. This is very useful for example when you prompt and the llm makes code changes that you dislike and you want the system to ignore existing. There is also alot of room for improvement on the existing implementations that could be done here.
Describe the solution you'd like
Describe alternatives you've considered
Additional context





example images though I suspect we're all familiar with these, having and edit button:
being able to adjust and submit a new query:
navigate to various versions of queries:
With regards to pinning this is a common feature seen in apps like LINE or WhatsApp, clicking the pin bar would show you a list of all the queries you pinned, and this could be placed by the edit button
for editing the system prompt this can itself just be another edit button like so
@tjbck commented on GitHub (May 1, 2024):
This feature already exists if I'm not mistaken.