pub type LoraSelection = Vec<(String, f32)>;Expand description
LoRA adapter selection for a single request.
Each entry is (adapter_name, scale_multiplier). The adapter must have
been pre-loaded via POST /admin/loras and registered in AppState::loras.
Aliased Typeยง
pub struct LoraSelection { /* private fields */ }