Skip to main content

SubagentModelResolver

Type Alias SubagentModelResolver 

Source
pub type SubagentModelResolver = Arc<dyn Fn(String) -> BoxFuture<'static, Option<ProviderModelRef>> + Send + Sync>;

Aliased Typeยง

pub struct SubagentModelResolver { /* private fields */ }