mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 14:49:06 +00:00
Fixed auto-save when sending assistant results to a new chat (#216)
This commit is contained in:
parent
1c72c4d6ec
commit
ba6b8d2b3c
@ -84,8 +84,8 @@ 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.mustStoreChat = true;
|
||||
|
@ -1,2 +1,3 @@
|
||||
# v0.9.21, build 196 (2024-11-1x xx:xx UTC)
|
||||
- Fixed the missed workspace title when loading the today's bias.
|
||||
# v0.9.21, build 196 (2024-11-xx xx:xx UTC)
|
||||
- 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