ADK.Tool.TransferToAgent (adk_ex v1.1.0)

Copy Markdown View Source

A tool that signals a transfer to another agent.

When an LLM calls this tool, the result contains a "transfer_to_agent" key that the Flow detects and uses to delegate execution to the target agent.

This tool is automatically injected by the AgentTransfer request processor when the current agent has transfer targets (sub-agents, parent, or peers).

Summary

Types

t()

@type t() :: %ADK.Tool.TransferToAgent{}