Fixed storing provider for temporary chats

This commit is contained in:
Thorsten Sommer 2024-11-23 12:46:15 +01:00
parent 50c15994ec
commit 76cfb00015
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -200,6 +200,7 @@ public partial class Chat : MSGComponentBase, IAsyncDisposable
{
this.chatThread = new()
{
SelectedProvider = this.providerSettings.Id,
WorkspaceId = this.currentWorkspaceId,
ChatId = Guid.NewGuid(),
Name = threadName,