Class ExitLoopTool
java.lang.Object
com.google.adk.tools.ExitLoopTool
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexitLoop(ToolContext toolContext) Exit theLoopAgentexecution.
-
Field Details
-
INSTANCE
-
-
Method Details
-
exitLoop
Exit theLoopAgentexecution.Usage example in an LlmAgent:
LlmAgent subAgent = LlmAgent.builder() .addTool(ExitLoopTool.INSTANCE) .build();The @Schema name and description is consistent with the Python version.
Refer to: https://github.com/google/adk-python/blob/main/src/google/adk/tools/exit_loop_tool.py
-