Fixed auto-save when sending assistant results to a new chat

This commit is contained in:
Thorsten Sommer 2024-11-21 20:30:59 +01:00
parent 1c72c4d6ec
commit 8ef3e0acfa
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -85,11 +85,8 @@ public partial class Chat : MSGComponentBase, IAsyncDisposable
} }
} }
if(this.chatThread.WorkspaceId != Guid.Empty) this.autoSaveEnabled = true;
{ this.mustStoreChat = true;
this.autoSaveEnabled = true;
this.mustStoreChat = true;
}
} }
if (this.SettingsManager.ConfigurationData.Chat.ShowLatestMessageAfterLoading) if (this.SettingsManager.ConfigurationData.Chat.ShowLatestMessageAfterLoading)