pub async fn distill_and_save( llm: &LlmClient, prompt: &str, code_summary: &str, score: f32, ) -> Result<()>
Save a learning after a successful mission.