[GH-ISSUE #21123] feat: Workspace prompts autosend after input variables are entered #90129

Closed
opened 2026-05-15 15:12:33 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @dmadito on GitHub (Feb 3, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21123

Check Existing Issues

  • I have searched for all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.

Verify Feature Scope

  • I have read through and understood the scope definition for feature requests in the Issues section. I believe my feature request meets the definition and belongs in the Issues section instead of the Discussions.

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.

Originally created by @dmadito on GitHub (Feb 3, 2026). Original GitHub issue: https://github.com/open-webui/open-webui/issues/21123 ### Check Existing Issues - [x] I have searched for all existing **open AND closed** issues and discussions for similar requests. I have found none that is comparable to my request. ### Verify Feature Scope - [x] I have read through and understood the scope definition for feature requests in the Issues section. I believe my feature request meets the definition and belongs in the Issues section instead of the Discussions. ### 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#90129