pub type StreamCallback = Arc<dyn Fn(&str) + Send + Sync>;
Stream callback type for real-time response streaming
pub struct StreamCallback { /* private fields */ }