Type Definition llm_chain::prompt::Conversation
source · pub type Conversation = ChatMessageCollection<String>;
Expand description
A chat conversation.
A chat conversation is a collection of chat messages.
pub type Conversation = ChatMessageCollection<String>;
A chat conversation.
A chat conversation is a collection of chat messages.