Skip to content

Commit 8ca442e

Browse files
committed
fix: change the description for grounding with google search and url context
1 parent 8d48fcc commit 8ca442e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webview-ui/src/i18n/locales/en/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,11 @@
301301
},
302302
"urlContext": {
303303
"title": "Enable URL Context",
304-
"description": "Allows Gemini to access and process URLs for additional context when generating responses. Useful for tasks requiring web content analysis."
304+
"description": "Lets Gemini read linked pages to extract, compare, and synthesize their content into informed responses."
305305
},
306306
"groundingSearch": {
307307
"title": "Enable Grounding with Google Search",
308-
"description": "Enables Gemini to search Google for current information and ground responses in real-time data. Useful for queries requiring up-to-date information."
308+
"description": "Connects Gemini to realtime web data for accurate, up‑to‑date answers with verifiable citations."
309309
}
310310
},
311311
"googleCloudSetup": {

0 commit comments

Comments
 (0)