We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c35bdb commit 67e26fdCopy full SHA for 67e26fd
1 file changed
backend/open_webui/routers/tools.py
@@ -30,7 +30,11 @@
30
)
31
from open_webui.utils.tools import get_tool_specs
32
from open_webui.utils.auth import get_admin_user, get_verified_user
33
-from open_webui.utils.access_control import has_permission, filter_allowed_access_grants
+from open_webui.utils.access_control import (
34
+ has_permission,
35
+ has_access,
36
+ filter_allowed_access_grants,
37
+)
38
from open_webui.utils.tools import get_tool_servers
39
40
from open_webui.config import CACHE_DIR, BYPASS_ADMIN_ACCESS_CONTROL
0 commit comments