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
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/ca/settings.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,10 @@
225
225
"label": "Activa la Cerca de Google",
226
226
"description": "Permet al model utilitzar la Cerca de Google per respondre preguntes sobre esdeveniments recents. Això pot comportar costos addicionals i és mútuament excloent amb la funció de 'pensament'."
227
227
},
228
+
"geminiEnableUrlContext": {
229
+
"label": "Enable URL Context",
230
+
"description": "Allows the model to retrieve content from URLs provided in the prompt to inform its response."
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/de/settings.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,10 @@
225
225
"label": "Google Suche aktivieren",
226
226
"description": "Ermöglicht dem Modell, die Google-Suche zu verwenden, um Fragen zu aktuellen Ereignissen zu beantworten. Dies kann zusätzliche Kosten verursachen und ist mit der 'Denk'-Funktion nicht kompatibel."
227
227
},
228
+
"geminiEnableUrlContext": {
229
+
"label": "URL-Kontext aktivieren",
230
+
"description": "Ermöglicht dem Modell, Inhalte von in der Eingabeaufforderung bereitgestellten URLs abzurufen, um seine Antwort zu informieren."
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/settings.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,10 @@
225
225
"label": "Enable Google Search",
226
226
"description": "Allows the model to use Google Search to answer questions about recent events. This may incur additional costs and is mutually exclusive with the 'thinking' feature."
227
227
},
228
+
"geminiEnableUrlContext": {
229
+
"label": "Enable URL Context",
230
+
"description": "Allows the model to retrieve content from URLs provided in the prompt to inform its response."
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/es/settings.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,10 @@
225
225
"label": "Habilitar Búsqueda de Google",
226
226
"description": "Permite al modelo usar la Búsqueda de Google para responder preguntas sobre eventos recientes. Esto puede incurrir en costos adicionales y es mutuamente excluyente con la función de 'pensamiento'."
227
227
},
228
+
"geminiEnableUrlContext": {
229
+
"label": "Habilitar contexto de URL",
230
+
"description": "Permite que el modelo recupere contenido de las URL proporcionadas en el aviso para informar su respuesta."
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/fr/settings.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,10 @@
225
225
"label": "Activer la recherche Google",
226
226
"description": "Permet au modèle d'utiliser la recherche Google pour répondre aux questions sur les événements récents. Cela peut entraîner des coûts supplémentaires et est mutuellement exclusif avec la fonction de 'réflexion'."
227
227
},
228
+
"geminiEnableUrlContext": {
229
+
"label": "Activer le contexte d'URL",
230
+
"description": "Permet au modèle de récupérer le contenu des URL fournies dans l'invite pour éclairer sa réponse."
0 commit comments