From 441c9a67cff6f2160db5c4dc50b3f7c6200a386f Mon Sep 17 00:00:00 2001 From: Google Team Member Date: Tue, 16 Dec 2025 05:04:45 -0800 Subject: [PATCH] docs: update ComponentRegistry's doc PiperOrigin-RevId: 845213903 --- core/src/main/java/com/google/adk/utils/ComponentRegistry.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/com/google/adk/utils/ComponentRegistry.java b/core/src/main/java/com/google/adk/utils/ComponentRegistry.java index fa179c7e1..a526a0043 100644 --- a/core/src/main/java/com/google/adk/utils/ComponentRegistry.java +++ b/core/src/main/java/com/google/adk/utils/ComponentRegistry.java @@ -63,6 +63,7 @@ *
  • "google_search" - GoogleSearchTool instance *
  • "code_execution" - BuiltInCodeExecutionTool instance *
  • "exit_loop" - ExitLoopTool instance + *
  • "url_context" - UrlContextTool instance * * *

    Example usage: