mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 17:49:05 +00:00
Fixed auto-save when sending assistant results to a new chat (#216)
This commit is contained in:
parent
1c72c4d6ec
commit
ba6b8d2b3c
@ -85,7 +85,7 @@ public partial class Chat : MSGComponentBase, IAsyncDisposable
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(this.chatThread.WorkspaceId != Guid.Empty)
|
if (this.SettingsManager.ConfigurationData.Workspace.StorageBehavior is WorkspaceStorageBehavior.STORE_CHATS_AUTOMATICALLY)
|
||||||
{
|
{
|
||||||
this.autoSaveEnabled = true;
|
this.autoSaveEnabled = true;
|
||||||
this.mustStoreChat = true;
|
this.mustStoreChat = true;
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
# v0.9.21, build 196 (2024-11-1x xx:xx UTC)
|
# v0.9.21, build 196 (2024-11-xx xx:xx UTC)
|
||||||
- Fixed the missed workspace title when loading the today's bias.
|
- Fixed the missed workspace title when loading the today's bias.
|
||||||
|
- Fixed auto-save when sending assistant results to a new chat.
|
Loading…
Reference in New Issue
Block a user