diff --git a/app/MindWork AI Studio/Settings/DataModel/DataAgentDataSourceSelection.cs b/app/MindWork AI Studio/Settings/DataModel/DataAgentDataSourceSelection.cs index a0ae5fb7..55473dcc 100644 --- a/app/MindWork AI Studio/Settings/DataModel/DataAgentDataSourceSelection.cs +++ b/app/MindWork AI Studio/Settings/DataModel/DataAgentDataSourceSelection.cs @@ -3,12 +3,12 @@ namespace AIStudio.Settings.DataModel; public sealed class DataAgentDataSourceSelection { /// - /// Preselect any text content cleaner options? + /// Preselect any data source selection options? /// public bool PreselectAgentOptions { get; set; } /// - /// Preselect a text content cleaner provider? + /// Preselect a data source selection provider? /// public string PreselectedAgentProvider { get; set; } = string.Empty; } \ No newline at end of file