fix: change the description for grounding with google search and url context

This commit is contained in:
Ton Hoang Nguyen (Bill) 2025-07-17 22:05:52 +01:00
parent 8d48fcc2b2
commit 8ca442e900

View file

@ -301,11 +301,11 @@
},
"urlContext": {
"title": "Enable URL Context",
"description": "Allows Gemini to access and process URLs for additional context when generating responses. Useful for tasks requiring web content analysis."
"description": "Lets Gemini read linked pages to extract, compare, and synthesize their content into informed responses."
},
"groundingSearch": {
"title": "Enable Grounding with Google Search",
"description": "Enables Gemini to search Google for current information and ground responses in real-time data. Useful for queries requiring up-to-date information."
"description": "Connects Gemini to realtime web data for accurate, uptodate answers with verifiable citations."
}
},
"googleCloudSetup": {