Parameters for the handoff tool.
The name of the agent to handoff control to, i.e. the name of the agent node in the multi-agent graph.
Agent names should be simple, clear and unique, preferably in snake_case,
although you are only limited to the names accepted by LangGraph
nodes as well as the tool names accepted by LLM providers
(the tool name will look like this: transfer_to_<agent_name>
).
Optional
description?: stringOptional description for the handoff tool.
Create a tool that can handoff control to the requested agent.