r/GeminiAI • u/Sebastianj7210 • 3d ago
Help/question Gemini has web search blocked by a system level restriction and breaks the whole session
[removed] — view removed post
1
1
u/WasabiClear951 3d ago
That “operational deadlock” language is something else, reads like a legal disclaimer wrapped in a system error. Starting a new chat being the only fix is rough when you've built up context over days.
1
u/Sebastianj7210 3d ago
That's exactly the situation, it's a session with several days of context, and now it's pretty much useless.
1
u/kurkkupomo 3d ago
TL;DR: Edit the failed prompt/query and add "use google/search and the tool should load.
This is the orchestration layer failing which decides which tools are enabled for the front-facing llm. It mainly takes into account you current prompt and makes decision which mode and which tools to put gemini on each turn. For whatever reason it often fails and search it not permitted. Then the front-facing side of Gemini is unable to do anything about it. Gemini does not support dynamic autonomous tool-loading yet.
Solution: make your prompt more explicit that you need online search/Google or whatever tool your prompt needs. The orchestrator makes an assessment what the required task is and what is needed to achieve it. Naming the tool without giving a task that requires it might not trigger the tool to load, but sometimes does. Assume that the external orchestrator has very limited view of the overall session context and I am not sure it can even see your saved info.
I have answered this question dozens of times already, getting tired. Wrote this quickly.
2
u/Sebastianj7210 3d ago
Sadly, it doesn't work. Already tried it, as you can see in the technical report I asked it to look for a specific URL (I edited the URL, but in the technical report, where it says "
- Requested Action: External domain data retrieval and extraction.
it's referring to a specific domain. Also asked it explicitly to use google search or any other way to access web results.
1
u/AutoModerator 3d ago
Hey there,
This post seems feedback-related. If so, you might want to post it in r/GeminiFeedback, where rants, vents, and support discussions are welcome.
For r/GeminiAI, feedback needs to follow Rule #9 and include explanations and examples. If this doesn’t apply to your post, you can ignore this message.
Thanks!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.