pub type StreamCallback = Box<dyn FnMut(String) + Send>;
Callback for streaming LLM responses
pub struct StreamCallback(/* private fields */);