copilot_rs

Trait Chat

Source
pub trait Chat {
    // Provided method
    fn chat(&self) -> String { ... }
}

Provided Methods§

Source

fn chat(&self) -> String

Implementations on Foreign Types§

Source§

impl Chat for Vec<PromptMessage>

Implementors§