From 129484e98f8d56e4b99f6b7252b9b78d00b19673 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 11 Feb 2025 19:48:22 +0100 Subject: [PATCH] Improved confidence card for small spaces --- app/MindWork AI Studio/Components/ConfidenceInfo.razor | 2 +- app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/MindWork AI Studio/Components/ConfidenceInfo.razor b/app/MindWork AI Studio/Components/ConfidenceInfo.razor index 4a809461..48a8becc 100644 --- a/app/MindWork AI Studio/Components/ConfidenceInfo.razor +++ b/app/MindWork AI Studio/Components/ConfidenceInfo.razor @@ -20,7 +20,7 @@ Confidence Card - + Description diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md index 5dfb690f..e68ae615 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md @@ -1,3 +1,4 @@ # v0.9.29, build 204 (2025-02-xx xx:xx UTC) - Added the possibility to select data sources for chats. This preview feature is hidden behind the RAG feature flag, check your app options in case you want to enable it. -- Added an option to all data sources to select a local security policy. This preview feature is hidden behind the RAG feature flag. \ No newline at end of file +- Added an option to all data sources to select a local security policy. This preview feature is hidden behind the RAG feature flag. +- Improved confidence card for small spaces. \ No newline at end of file