Chat

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>

Source§

impl Chat for dyn AsRef<[PromptMessage]>

Implementors§