llm_chain::prompt

Type Alias Conversation

Source
pub type Conversation = ChatMessageCollection<String>;
Expand description

A chat conversation.

A chat conversation is a collection of chat messages.

Aliased Typeยง

struct Conversation { /* private fields */ }