pub type LlmStreamCallback = Arc<dyn Fn(&BTreeMap<String, Value>) + Send + Sync + 'static>;
pub struct LlmStreamCallback { /* private fields */ }