From ce758d5edeabe5edc8258e156a9f7cbb541ba2c5 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 23 Feb 2025 15:02:13 +0100 Subject: [PATCH] Show the auto. validation only when globally enabled --- app/MindWork AI Studio/Components/DataSourceSelection.razor | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Components/DataSourceSelection.razor b/app/MindWork AI Studio/Components/DataSourceSelection.razor index 08160443..6b299796 100644 --- a/app/MindWork AI Studio/Components/DataSourceSelection.razor +++ b/app/MindWork AI Studio/Components/DataSourceSelection.razor @@ -37,8 +37,12 @@ @if (this.areDataSourcesEnabled) { - + @if (this.SettingsManager.ConfigurationData.AgentRetrievalContextValidation.EnableRetrievalContextValidation) + { + + } + @if (this.aiBasedSourceSelection is false || this.DataSourcesAISelected.Count == 0) {