pub fn select_and_load_preset( cfg: &mut AppConfig, ) -> Result<Option<(u32, LlmPresetFields)>>
Select and load a preset into the config. Returns (preset_id, snapshot) if loaded.