I have searched the existing issues and discussions.
Problem Description
Currently, I can use prompt variables such as {{CURRENT_TIME}} or {{USER_LANGUAGE}} in system prompts, which is very helpful. However, I cannot use these in for example, the tag or title generation prompts.
Desired Solution you'd like
The variable replacement should be applied to all prompt fields, including system prompt, RAG prompt, tag/title generation prompt, etc.
Alternatives Considered
It's possible to add all of this information directly to the system prompt, however it's often not needed there. This increases context unnecessarily, slowing down generation speed.
Additional Context
No response
Originally created by @gjsmo on GitHub (May 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14447
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### Problem Description
Currently, I can use prompt variables such as `{{CURRENT_TIME}}` or `{{USER_LANGUAGE}}` in system prompts, which is very helpful. However, I cannot use these in for example, the tag or title generation prompts.
### Desired Solution you'd like
The variable replacement should be applied to all prompt fields, including system prompt, RAG prompt, tag/title generation prompt, etc.
### Alternatives Considered
It's possible to add all of this information directly to the system prompt, however it's often not needed there. This increases context unnecessarily, slowing down generation speed.
### Additional Context
_No response_
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @gjsmo on GitHub (May 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14447
Check Existing Issues
Problem Description
Currently, I can use prompt variables such as
{{CURRENT_TIME}}or{{USER_LANGUAGE}}in system prompts, which is very helpful. However, I cannot use these in for example, the tag or title generation prompts.Desired Solution you'd like
The variable replacement should be applied to all prompt fields, including system prompt, RAG prompt, tag/title generation prompt, etc.
Alternatives Considered
It's possible to add all of this information directly to the system prompt, however it's often not needed there. This increases context unnecessarily, slowing down generation speed.
Additional Context
No response