From d19220a0990903568cb1f48d92d82eb3d6e3c219 Mon Sep 17 00:00:00 2001 From: Google Team Member Date: Fri, 20 Feb 2026 10:16:16 -0800 Subject: [PATCH] ADK changes PiperOrigin-RevId: 872963001 --- core/src/main/java/com/google/adk/tools/UrlContextTool.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/com/google/adk/tools/UrlContextTool.java b/core/src/main/java/com/google/adk/tools/UrlContextTool.java index 11c140e2b..fe7f9c77e 100644 --- a/core/src/main/java/com/google/adk/tools/UrlContextTool.java +++ b/core/src/main/java/com/google/adk/tools/UrlContextTool.java @@ -25,8 +25,8 @@ import java.util.List; /** - * A built-in tool that is automatically invoked by Gemini 2 models to retrieve information from the - * given URLs. + * A built-in tool that is automatically invoked by Gemini 2 and 3 models to retrieve information + * from the given URLs. * *

This tool operates internally within the model and does not require or perform local code * execution.