Creates an ExitLoopTool with its fixed name and description.
Readonly[A unique symbol to identify ADK base tool class.
ReadonlydescriptionReadonlyisReadonlynameThe Google API LLM variant to use.
Returns the function declaration for this tool.
Processes the outgoing LLM request for this tool.
Use cases:
The request to process the LLM request.
Sets escalate and skipSummarization on the event actions, signalling
the LoopAgent to stop iterating.
The tool request containing the current tool context.
An empty string response.
Tool for exiting execution of a LoopAgent.
When called by an LLM agent inside a LoopAgent, this tool sets the
escalateandskipSummarizationflags on the event actions, causing the LoopAgent to stop iterating and exit the loop.