mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #19873] feat: Using stored prompts in system prompt #19023
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 @rindPHI on GitHub (Dec 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19873
Check Existing Issues
Verify Feature Scope
Problem Description
When I'm using the prompt library for system prompts, I always need to create a prompt in the user prompt text area and then copy and paste it to the system prompt box in the chat properties. This works, however, it would be far more convenient if the system prompt field would support stored prompts to the same degree as the user prompt text area.
I'm using system prompts a lot and this workflow constitutes a considerable amount of friction, although it only costs me a couple of seconds per prompt. However, for power users, this can be something that's annoying over time.
Desired Solution you'd like
/in the system prompt fieldAlternatives Considered
No response
Additional Context
No response
@owui-terminator[bot] commented on GitHub (Dec 11, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#13424 feat: Easier setting system prompt per-chat
by IliaWithHat • May 02, 2025
#14447 feat: Allow using prompt variables everywhere
by gjsmo • May 28, 2025
#5962 enh: prompt management w/ version control
by flefevre • Oct 07, 2024
#2759 feat: selectable quick preset
by Trapper4888 • Jun 03, 2024
#2194 Custom system prompts
by Stargate256 • May 11, 2024
Show 5 more related issues
#1391 feat: Implement Multi-System Prompt Selection
by petunder • Apr 02, 2024
#12219 feat: selectable different 'personas' via system prompt
by aleixdorca • Mar 31, 2025
#19049 feat: general system prompt shouldn't overwrite system prompt of custom model
by burntcouscous • Nov 08, 2025
#6115 **system prompt chooser, and preseted system prompt **
by Dawn-Xu-helloworld • Oct 11, 2024
#2677 feat: prompt library
by sa- • May 31, 2024
💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@AndreasUpb commented on GitHub (Feb 20, 2026):
In the new v8 version we have versioning for prompts with flagging a productive version. This is very helpful to reuse for the models system prompt.
Also it adds the feature to only allow shared writing permissions on the system prompt but not on the other properties of the model.