mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +00:00
Removed data source flag (was moved inside the data options)
This commit is contained in:
parent
3567a42bb0
commit
96b61487ee
@ -28,11 +28,6 @@ public sealed record ChatThread
|
||||
/// </summary>
|
||||
public string SelectedProfile { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Is this chat thread using data sources?
|
||||
/// </summary>
|
||||
public bool UseDataSources { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The data source options for this chat thread.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user