Skip to content

Commit

Permalink
Merge pull request #224 from danbev/conversationtemplate-typo
Browse files Browse the repository at this point in the history
fix: typo in ConversationTemplate doc comment
  • Loading branch information
williamhogman authored Oct 19, 2023
2 parents 8dd78b6 + da37ace commit 6a68cfa
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 6a68cfa

Please sign in to comment.