Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crickman committed Aug 16, 2023
1 parent cb09133 commit adb7c08
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webapi/Skills/ChatSkills/SemanticChatMemoryExtractor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using CopilotChat.WebApi.Models.Request;
using CopilotChat.WebApi.Models.Storage;
using CopilotChat.WebApi.Options;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;
using Microsoft.SemanticKernel;
using Microsoft.SemanticKernel.AI.TextCompletion;
Expand Down Expand Up @@ -128,7 +125,6 @@ async Task CreateMemoryAsync(string memoryName, string memory)
await writer.FlushAsync();
stream.Position = 0;


var id = Guid.NewGuid().ToString();
//var documentName = Path.ChangeExtension(memoryName, ".txt"); $$$
var uploadRequest = new DocumentUploadRequest
Expand Down

0 comments on commit adb7c08

Please sign in to comment.