Removed data source flag (was moved inside the data options)

This commit is contained in:
Thorsten Sommer 2025-02-15 15:22:45 +01:00
parent 3567a42bb0
commit 96b61487ee
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -28,11 +28,6 @@ public sealed record ChatThread
/// </summary> /// </summary>
public string SelectedProfile { get; set; } = string.Empty; public string SelectedProfile { get; set; } = string.Empty;
/// <summary>
/// Is this chat thread using data sources?
/// </summary>
public bool UseDataSources { get; set; }
/// <summary> /// <summary>
/// The data source options for this chat thread. /// The data source options for this chat thread.
/// </summary> /// </summary>