From 96b61487ee223375bb00369380856699b2a8a2da Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Feb 2025 15:22:45 +0100 Subject: [PATCH] Removed data source flag (was moved inside the data options) --- app/MindWork AI Studio/Chat/ChatThread.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/MindWork AI Studio/Chat/ChatThread.cs b/app/MindWork AI Studio/Chat/ChatThread.cs index a280d7f3..3e41161c 100644 --- a/app/MindWork AI Studio/Chat/ChatThread.cs +++ b/app/MindWork AI Studio/Chat/ChatThread.cs @@ -28,11 +28,6 @@ public sealed record ChatThread /// public string SelectedProfile { get; set; } = string.Empty; - /// - /// Is this chat thread using data sources? - /// - public bool UseDataSources { get; set; } - /// /// The data source options for this chat thread. ///