diff --git a/examples/302-dotnet-sk-km-chat/Program.cs b/examples/302-dotnet-sk-km-chat/Program.cs index dd4e6ffd2..83152e13d 100644 --- a/examples/302-dotnet-sk-km-chat/Program.cs +++ b/examples/302-dotnet-sk-km-chat/Program.cs @@ -73,7 +73,7 @@ private static async Task ChatLoop(IChatCompletionService chatService, IKernelMe // Chat setup var systemPrompt = """ You are a helpful assistant replying to user questions using information from your memory. - Reply very briefly and concisely, get to the point immediately. Don't provide long explanation unless necessary. + Reply very briefly and concisely, get to the point immediately. Don't provide long explanations unless necessary. Sometimes you don't have relevant memories so you reply saying you don't know, don't have the information. The topic of the conversation is Kernel Memory (KM) and Semantic Kernel (SK). """;