We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a3d25 commit 74db922Copy full SHA for 74db922
dotnet/src/AutoGen.Core/Extension/GroupChatExtension.cs
@@ -64,7 +64,7 @@ public static async IAsyncEnumerable<IMessage> SendAsync(
64
yield break;
65
}
66
67
- // messages will contain the complete chat history, include initalize messages
+ // messages will contain the complete chat history, include initialize messages
68
// but we only need to add the last message to the chat history
69
// fix #3268
70
chatHistory = chatHistory.Append(lastMessage);
0 commit comments