mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 15:21:36 +00:00
Clean up
This commit is contained in:
parent
4f085a36fb
commit
74ea45edc1
@ -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)
|
||||||
{
|
{
|
||||||
//
|
//
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user