llm 1.3.8

A Rust library unifying multiple LLM backends.
Documentation
1
2
3
4
#[derive(Debug, Clone)]
pub struct ConfirmState {
    pub message: String,
}