Add selected llm provider to chat data model

This commit is contained in:
Thorsten Sommer 2024-11-23 11:02:14 +01:00
parent ba6b8d2b3c
commit 32cf816aec
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -15,6 +15,11 @@ public sealed record ChatThread
/// </summary>
public Guid WorkspaceId { get; set; }
/// <summary>
/// Specifies the provider selected for the chat thread.
/// </summary>
public string SelectedProvider { get; set; } = string.Empty;
/// <summary>
/// The name of the chat thread. Usually generated by an AI model or manually edited by the user.
/// </summary>