Skip to content

Commit df49802

Browse files
authored
Update Program.cs
1 parent a4584e9 commit df49802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/302-dotnet-sk-km-chat/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The topic of the conversation is Kernel Memory (KM) and Semantic Kernel (SK).
119119

120120
private static async Task MemorizeDocuments(IKernelMemory memory, List<string> pages)
121121
{
122-
await memory.ImportTextAsync("We can talk about Semantic Kernel and Kernel Memory, you can ask any questions, I will try to reply using information from KM public documentation in Github", documentId: "help");
122+
await memory.ImportTextAsync("We can talk about Semantic Kernel and Kernel Memory, you can ask any questions, I will try to reply using information from public documentation in Github", documentId: "help");
123123
foreach (var url in pages)
124124
{
125125
var id = GetUrlId(url);

0 commit comments

Comments
 (0)