pub type OnOutputChunk = Arc<dyn Fn(&str) + Send + Sync>;
Callback for receiving partial output chunks during streaming execution.
pub struct OnOutputChunk { /* private fields */ }