Callback signature for when a tool starts executing.
typedef OnToolStart = void Function(String toolName, Map<String, dynamic> args);