Skip to content

Commit

Permalink
Update StreamingChatCompletions.cs (Azure#39480)
Browse files Browse the repository at this point in the history
  • Loading branch information
trrwilson authored and matthohn-msft committed Oct 27, 2023
1 parent 37b1f88 commit 04fad4d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ internal StreamingChatCompletions(
ChatCompletions baseChatCompletions = null,
List<StreamingChatChoice> streamingChatChoices = null)
{
_baseChatCompletions = new List<ChatCompletions>();
_baseChatCompletions.Add(baseChatCompletions);
_streamingChatChoices = streamingChatChoices;
_streamingTaskComplete = true;
Expand Down

0 comments on commit 04fad4d

Please sign in to comment.