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.
178
178
179
-
## Grounding with Google search
179
+
## Web search and access
180
180
181
-
Grounding with Google search is enabled/disabled with the `google_search_tool` feature, which can be switched on/off in a Filter.
181
+
[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.
182
182
183
-
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.
183
+
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.
184
184
185
-
When enabled, sources and google queries used by Gemini will be displayed with the response.
185
+
When enabled, sources and google queries from the search used by Gemini will be displayed with the response.
0 commit comments