This commit is contained in:
Thorsten Sommer 2025-12-09 22:01:42 +01:00
parent 4f085a36fb
commit 74ea45edc1
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -463,7 +463,7 @@ public partial class ChatComponent : MSGComponentBase, IAsyncDisposable
lastUserPrompt = new ContentText lastUserPrompt = new ContentText
{ {
Text = this.userInput, Text = this.userInput,
FileAttachments = this.chatDocumentPaths.ToList(), // Create a copy FileAttachments = this.chatDocumentPaths.ToList(),
}; };
// //
@ -578,7 +578,6 @@ public partial class ChatComponent : MSGComponentBase, IAsyncDisposable
this.hasUnsavedChanges = false; this.hasUnsavedChanges = false;
} }
private async Task StartNewChat(bool useSameWorkspace = false, bool deletePreviousChat = false) private async Task StartNewChat(bool useSameWorkspace = false, bool deletePreviousChat = false)
{ {
// //