diff --git a/app/MindWork AI Studio/Chat/ChatThread.cs b/app/MindWork AI Studio/Chat/ChatThread.cs index ae369e86..2c74b10c 100644 --- a/app/MindWork AI Studio/Chat/ChatThread.cs +++ b/app/MindWork AI Studio/Chat/ChatThread.cs @@ -15,6 +15,11 @@ public sealed record ChatThread /// public Guid WorkspaceId { get; set; } + /// + /// Specifies the provider selected for the chat thread. + /// + public string SelectedProvider { get; set; } = string.Empty; + /// /// The name of the chat thread. Usually generated by an AI model or manually edited by the user. ///