pub type CreateProviderFn = Box<dyn Fn(&str) -> Result<Box<dyn StreamingModelProvider>> + Send + Sync>;Expand description
Factory function type for creating model providers
Takes a model name and returns a boxed StreamingModelProvider
Aliased Typeยง
pub struct CreateProviderFn(/* private fields */);