Fixed a bug in which 'APP_SETTINGS' appeared as a valid destination in the "send to" menu

This commit is contained in:
Thorsten Sommer 2025-02-15 15:52:44 +01:00
parent f4780939fc
commit 465c4aa691
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ public static class ComponentsExtensions
Components.NONE => false,
Components.ERI_ASSISTANT => false,
Components.BIAS_DAY_ASSISTANT => false,
Components.APP_SETTINGS => false,
_ => true,
};

View File

@ -2,4 +2,5 @@
- 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.
- Added an option to preselect data sources and options for new chats. This preview feature is hidden behind the RAG feature flag.
- Improved confidence card for small spaces.
- Improved confidence card for small spaces.
- Fixed a bug in which 'APP_SETTINGS' appeared as a valid destination in the "send to" menu.