mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Improved Prompt Handling in Open Web UI #1932
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 @frettig-radiox on GitHub (Aug 29, 2024).
Feature Request: Improved Prompt Handling in Open Web UI
Problem:
When a message is sent to the LLM that starts with "/", a selection of prompts on various topics is suggested. The selection shows the title of the prompt, but not the text. To see the text of the prompt, the selection must first be confirmed. The prompt text may contain placeholders for variables in square brackets and
{{CLIPBOARD}}. The clipboard placeholder is replaced directly when selecting a prompt. The problem is that the user only sees this afterward, for example, when a very long text (which may have still been in the clipboard) is inserted.Suggested Improvements:
The
{{CLIPBOARD}}placeholder should only be replaced when the prompt is submitted. This allows the user to update the clipboard after reading the complete prompt.An icon could indicate that the prompt intends to access the clipboard (see graphic).
In the text input, the prompt text could be displayed as a preview when a prompt is preselected (see graphic).
Similar to the clipboard icon, variables in the prompt could also be announced via an icon (see graphic). These could be displayed in advance using a tooltip.