mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
URL parameter for prompt #2003
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 @kekosaurusrexx on GitHub (Sep 6, 2024).
Is your feature request related to a problem? Please describe.
When using a browser shortcut, like in the Arc Browser, you could directly openwebui with a prompt, if you could pass this prompt trough the url
Describe the solution you'd like
Having a url parameter that can open the page with a prompt and instantly start generation
For example ?prompt=text
Describe alternatives you've considered
I did not find anything in the documentation or issues
@tjbck commented on GitHub (Sep 6, 2024):
We already have this with
/?q=@sbhal commented on GitHub (Feb 13, 2025):
@tjbck This doesn't seem to be working. If prompt is defined as
/analyze-tweet, both/?q=anayze-tweetand/?q=%2Fanalyze-tweetdoesn't seem to be working.