We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1588a commit 2e1b09fCopy full SHA for 2e1b09f
core/src/main/java/com/google/adk/utils/ComponentRegistry.java
@@ -29,6 +29,7 @@
29
import com.google.adk.tools.AgentTool;
30
import com.google.adk.tools.BaseTool;
31
import com.google.adk.tools.BaseToolset;
32
+import com.google.adk.tools.ExampleTool;
33
import com.google.adk.tools.ExitLoopTool;
34
import com.google.adk.tools.GoogleMapsTool;
35
import com.google.adk.tools.GoogleSearchTool;
@@ -115,6 +116,7 @@ private void initializePreWiredEntries() {
115
116
117
registerAdkToolClass(AgentTool.class);
118
registerAdkToolClass(LongRunningFunctionTool.class);
119
+ registerAdkToolClass(ExampleTool.class);
120
121
registerAdkToolsetClass(McpToolset.class);
122
// TODO: add all python tools that also exist in Java.
0 commit comments