pub trait OnStreamFn: for<'a> Fn(&'a Agent, &ChatCompletionResponse) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'a>> + Send + Sync + DynClone { }