toolCallHandler
A variable of type ToolCallHandler used to handle tool call operations. It provides a mechanism for executing specific logic when a tool is called with the given arguments.
The handler is expected to process a given tool along with its arguments in a suspended context, allowing asynchronous operations during execution.