Skip to main content

resolve_fallback_chain

Function resolve_fallback_chain 

Source
pub fn resolve_fallback_chain(
    chain: &[String],
    extra: &[(&str, &str)],
) -> Vec<String>
Expand description

Resolve a [capabilities.model_catalog].fallback list (each entry an alias or an already-full slug) into full slugs, in order, via resolve_alias. An empty chain resolves to an empty Vec — the default, no-fallback-configured shape.