ProgressCallback typedef

ProgressCallback = void Function(double progress, String message)

Callback type for tool execution progress updates

Implementation

typedef ProgressCallback = void Function(double progress, String message);