Skip to content

Commit 74db922

Browse files
authored
chore: update GroupChatExtension.cs
initalize -> initialize
1 parent 07a3d25 commit 74db922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/AutoGen.Core/Extension/GroupChatExtension.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static async IAsyncEnumerable<IMessage> SendAsync(
6464
yield break;
6565
}
6666

67-
// messages will contain the complete chat history, include initalize messages
67+
// messages will contain the complete chat history, include initialize messages
6868
// but we only need to add the last message to the chat history
6969
// fix #3268
7070
chatHistory = chatHistory.Append(lastMessage);

0 commit comments

Comments
 (0)