Skip to content

Commit

Permalink
Merge branch 'issue/update-console-chat-starter' of https://github.co…
Browse files Browse the repository at this point in the history
…m/akshara-msft/semantic-kernel-starters into issue/update-console-chat-starter
  • Loading branch information
akshara-msft committed Jan 29, 2024
2 parents 81c3115 + 3efe9e7 commit 4b77682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sk-csharp-console-chat/ConsoleChat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ private async Task ExecuteAsync(CancellationToken cancellationToken)
}
System.Console.Write(content.Content);
chatMessageContent!.Content += content.Content;

}
System.Console.WriteLine();
if (chatMessageContent is not null && chatMessageContent.Content is not null)
Expand Down

0 comments on commit 4b77682

Please sign in to comment.