mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 00:52:24 -05:00
[GH-ISSUE #21123] feat: Workspace prompts autosend after input variables are entered #106384
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 @dmadito on GitHub (Feb 3, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21123
Check Existing Issues
Verify Feature Scope
Problem Description
When sending predefined prompts, users are currently able to rewrite or modify parts of the prompt that are meant to stay fixed. This creates a risk that important system instructions or structured sections of the prompt get altered.
Only the parts defined as variables should be editable by the user. All other sections of the prompt should remain locked to ensure consistency, reliability, and correct behavior of the flow.
Right now, there is no way to enforce that separation between fixed prompt content and user-editable variables.
Desired Solution you'd like
Provide a toggle or configuration option for predefined prompts that enables them to be sent immediately once all required variables are filled in.
Alternatives Considered
User must hit send after prompt is inserted leaving the risk of altering parts that shouldn't be altered.
Additional Context
Parts of the input variables may be used in a workflow after sending the prompt.