Called before executing a tool.
@override void onToolStart(String toolName, Map<String, dynamic> args) { logger.debug('Executing tool: $toolName', extra: args, tag: 'OBSERVER'); }