Skip to content

Commit

Permalink
chore: update GroupChatExtension.cs
Browse files Browse the repository at this point in the history
initalize -> initialize
  • Loading branch information
eltociear authored Dec 29, 2024
1 parent 07a3d25 commit 74db922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/src/AutoGen.Core/Extension/GroupChatExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static async IAsyncEnumerable<IMessage> SendAsync(
yield break;
}

// messages will contain the complete chat history, include initalize messages
// messages will contain the complete chat history, include initialize messages
// but we only need to add the last message to the chat history
// fix #3268
chatHistory = chatHistory.Append(lastMessage);
Expand Down

0 comments on commit 74db922

Please sign in to comment.