pub type Prompt = Vec<Message>;
An ordered list of Messages sent to the model.
Message
pub struct Prompt { /* private fields */ }