IntoPrompt

Trait IntoPrompt 

Source
pub trait IntoPrompt
where Self: ToString,
{ // Provided methods fn system(&self) -> PromptMessage { ... } fn user(&self) -> PromptMessage { ... } fn assistant(&self) -> PromptMessage { ... } fn tool(&self, id: String) -> PromptMessage { ... } }

Provided Methods§

Implementations on Foreign Types§

Source§

impl IntoPrompt for &str

Source§

impl IntoPrompt for String

Implementors§