mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #23096] feat: Ability to restrict search_chats and tools to a specific folder / subset of conversations #35415
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 @cedhuf on GitHub (Mar 26, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23096
Check Existing Issues
Verify Feature Scope
Problem Description
Currently, in OpenWebUI, when using tools such as search_chats, the model can access all conversations, regardless of folder organization.
Attempts to limit the model to a specific folder by including the folder name in the query are ineffective:
This makes it difficult to create project-based workflows where each folder should only have access to a defined subset of conversations.
Desired Solution you'd like
Proposed Solutions
Alternatives Considered
A practical workaround is to:
Example Prompt Workaround:
Limitations of this workaround:
Additional Context
This issue addresses a fundamental limitation in tool scoping and would greatly improve OpenWebUI for structured workflows and project-level isolation.