mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #23599] feat: add web loader to tools. #35553
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 @erikdemarco on GitHub (Apr 11, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23599
Check Existing Issues
Verify Feature Scope
Problem Description
I'm integrated playwright to open webui. But when I ask gemini-pro in chat to open website example.com it doesn't know how to open website eventhough playwright is installed.
Desired Solution you'd like
Please add "web loader" integration to the chat. It's much more useful than "code interpreter" for the mass.
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Apr 11, 2026):
fetch_url is already a native built-in tool in Open WebUI.
@Classic298 commented on GitHub (Apr 11, 2026):
Enable native tool calling
@erikdemarco commented on GitHub (Apr 12, 2026):
it doesnt work. it just always reply with emptyness. I already enable agentic behaviour following this steps:
https://docs.openwebui.com/features/chat-conversations/web-search/agentic-search#how-to-enable-agentic-behavior
Also enabled context7 mcp and web search (search api key supplied)
See here:
@Classic298 commented on GitHub (Apr 12, 2026):
That's a different issue not that it doesn't have web loader. You misconfigured the model provider or have network issues
@erikdemarco commented on GitHub (Apr 12, 2026):
Yes sorry it's different issue.
"You misconfigured the model provider or have network issues"
I don't know why it works if I disable "native" function call. And use manual playwright mcp instead.
As soon as I enable "native" and "web search" it just reply with emptyness.
But it's not a problem as I can disable web search and use mcp instead.
Thank you.
@Classic298 commented on GitHub (Apr 12, 2026):
Do you use a pipe?
@erikdemarco commented on GitHub (Apr 15, 2026):
No I didnt use pipe. Its clean install and follow this exact steps:
https://docs.openwebui.com/features/chat-conversations/web-search/agentic-search#how-to-enable-agentic-behavior
I tried using another model GLM. its same (please ignore the qwen response):
@Classic298 commented on GitHub (Apr 15, 2026):
What is the provider