namespace AIStudio.Settings.DataModel; public sealed class DataAgentDataSourceSelection { /// /// Preselect any data source selection options? /// public bool PreselectAgentOptions { get; set; } /// /// Preselect a data source selection provider? /// public string PreselectedAgentProvider { get; set; } = string.Empty; }