You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Future versions may extend these settings to also optimize generated images before upload/display.
201
201
202
-
## Grounding with Google search
202
+
## Web search and access
203
203
204
-
Grounding with Google search is enabled/disabled with the `google_search_tool` feature, which can be switched on/off in a Filter.
204
+
[Grounding with Google search](https://ai.google.dev/gemini-api/docs/google-search) together with the [URL context tool](https://ai.google.dev/gemini-api/docs/url-context) are enabled/disabled together via the `google_search_tool` feature, which can be switched on/off in a Filter.
205
205
206
-
For instance, the following [Filter (google_search_tool.py)](../filters/google_search_tool.py) will replace Open Web UI default web search function with google search grounding.
206
+
For instance, the following [Filter (google_search_tool.py)](../filters/google_search_tool.py) will replace Open Web UI default web search function with Google search grounding + the URL context tool.
207
207
208
-
When enabled, sources and google queries used by Gemini will be displayed with the response.
208
+
When enabled, sources and google queries from the search used by Gemini will be displayed with the response.
0 commit comments