mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #16339] feat: websearch prompt tunning? #33396
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 @sbe-arg on GitHub (Aug 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16339
Check Existing Issues
Problem Description
Can we introduce a way to tune the websearch prompt?
For some specific searches the prompt generation is so vague that the results are nonsense.
Example searching for a person or a generic non well known company name if is associated to a person the prompt results in vague stuff
why did it add the financials? why assumes is a ltd company, etc.
Desired Solution you'd like
it would be nice to explicitly pass the search query in the prompt for example
prompt example:
based on the results of "query here" tell me blah blah
Or per mode instructions for websearch or anything really
Alternatives Considered
not use websearch for complex searches.
Additional Context
No response
@sbe-arg commented on GitHub (Aug 7, 2025):
b8da4a8cd8/backend/open_webui/config.py (L1540C1-L1581)🤦
@sbe-arg commented on GitHub (Aug 7, 2025):
Broad and relevant never go together I reckon.