Skip to main content

select_and_load_preset

Function select_and_load_preset 

Source
pub fn select_and_load_preset(
    cfg: &mut AppConfig,
) -> Result<Option<(u32, LlmPresetFields)>>
Expand description

Select and load a preset into the config. Returns (preset_id, snapshot) if loaded.