mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-24 20:52:11 +00:00
859 B
859 B
v26.8.2, build 255 (2026-08-xx xx:xx UTC)
- Added protection against prompt injection. Documents, web pages, and retrieved content can carry instructions written for the AI rather than for you, for example, text telling it to ignore its rules or to hand over its instructions. AI Studio now always removes such passages before the content reaches a model, while the rest of your document stays intact and usable. When something was removed, AI Studio tells you and can show you which passages it took out. You can turn off the detailed dialog in the app settings. For IT departments: the new setting
DataApp.ShowPromptInjectionAlertlets you configure the detailed dialog for your organization. Many thanks to SabrinaSabrina-devopsfor implementing this feature and to SimonSimonBpunktfor his work on the detection patterns and their translations.