mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-24 20:52:11 +00:00
Fixed default data source selection
This commit is contained in:
parent
d7c2dceb7b
commit
4aac5ca139
@ -94,6 +94,7 @@ public partial class DataSourceSelection : MSGComponentBase
|
|||||||
this.aiBasedSourceSelection = this.DataSourceOptions.AutomaticDataSourceSelection;
|
this.aiBasedSourceSelection = this.DataSourceOptions.AutomaticDataSourceSelection;
|
||||||
this.aiBasedValidation = this.DataSourceOptions.AutomaticValidation;
|
this.aiBasedValidation = this.DataSourceOptions.AutomaticValidation;
|
||||||
this.areDataSourcesEnabled = !this.DataSourceOptions.DisableDataSources;
|
this.areDataSourcesEnabled = !this.DataSourceOptions.DisableDataSources;
|
||||||
|
this.selectedDataSources = this.SettingsManager.ConfigurationData.DataSources.Where(ds => this.DataSourceOptions.PreselectedDataSourceIds.Contains(ds.Id)).ToList();
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (this.SelectionMode)
|
switch (this.SelectionMode)
|
||||||
|
|||||||
@ -8,4 +8,5 @@
|
|||||||
- Improved the chat experience by automatically focusing the message composer again when it becomes available. Thanks, Dominic Neuburg (`donework`), for the contribution.
|
- Improved the chat experience by automatically focusing the message composer again when it becomes available. Thanks, Dominic Neuburg (`donework`), for the contribution.
|
||||||
- Improved the chat message formatting so line breaks in responses are preserved more closely, making structured text easier to read. Thanks, Dominic Neuburg (`donework`), for the contribution.
|
- Improved the chat message formatting so line breaks in responses are preserved more closely, making structured text easier to read. Thanks, Dominic Neuburg (`donework`), for the contribution.
|
||||||
- Fixed configuration plugins so they can configure assistant plugin audit settings, including required audit levels, audit provider selection, and automatic background audits.
|
- Fixed configuration plugins so they can configure assistant plugin audit settings, including required audit levels, audit provider selection, and automatic background audits.
|
||||||
|
- Fixed default data source selection so sources that require local or trusted providers are selected again after switching from a cloud provider to a suitable provider.
|
||||||
- Upgraded Rust to v1.96.1
|
- Upgraded Rust to v1.96.1
|
||||||
Loading…
Reference in New Issue
Block a user