tools property
Tools this agent may invoke.
Carried as configuration only: nothing in this package executes them.
Wire them up where the agent is built — e.g. by passing them in
ChatOptions.tools and wrapping AgentHandle.chatClient in a
tool-invoking client.
Implementation
final List<AITool>? tools;