pub type TokenCallback = Box<dyn Fn(&str) + Send + Sync>;
Callback for receiving streaming tokens
pub struct TokenCallback(/* private fields */);