Skip to content

Commit

Permalink
fix: typo in ConversationTemplate doc comment
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed Oct 19, 2023
1 parent afef670 commit da37ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/llm-chain/src/prompt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub type Conversation = ChatMessageCollection<String>;

/// A chat conversation of string templates.
///
/// A chat conversation is a collection of chat messages that contian string templates.
/// A chat conversation is a collection of chat messages that contain string templates.
pub type ConversationTemplate = ChatMessageCollection<StringTemplate>;

/// Creates a `TextPrompt` or a `ChatPrompt` based on the number of arguments provided.
Expand Down

0 comments on commit da37ace

Please sign in to comment.