in crates/llm-ls/src/backend.rs [76:80]
fn from(value: LlamaCppGenerationChoice) -> Self { Generation { generated_text: value.text, } }