Skip to content

Commit 7ef3e11

Browse files
committed
add whats-new
1 parent ab3c3d9 commit 7ef3e11

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

articles/ai-services/content-safety/whats-new.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,28 @@ ms.author: pafarley
1616

1717
Learn what's new in the service. These items might be release notes, videos, blog posts, and other types of information. Bookmark this page to stay up to date with new features, enhancements, fixes, and documentation updates.
1818

19+
## September 2024
20+
21+
### Multimodal analysis (preview)
22+
23+
The Multimodal API analyzes materials containing both image content and text content to help make applications and services safer from harmful user-generated or AI-generated content. Analyzing an image and its associated text content together can preserve context and provide a more comprehensive understanding of the content. Follow the [quickstart](./quickstart-multimodal.md) to get started.
24+
25+
26+
### Protected material detection for code (preview)
27+
28+
The Protected material code API flags protected code content (from known GitHub repositories, including software libraries, source code, algorithms, and other proprietary programming content) that might be output by large language models. Follow the [quickstart](./quickstart-protected-material-code.md) to get started.
29+
30+
> [!CAUTION]
31+
> The content safety service's code scanner/indexer is only current through November 6, 2021. Code that was added to GitHub after this date will not be detected. Use your own discretion when using Protected Material for Code to detect recent bodies of code.
32+
33+
### Groundedness correction (preview)
34+
35+
The groundedness detection API includes a correction feature that automatically corrects any detected ungroundedness in the text based on the provided grounding sources. When the correction feature is enabled, the response includes a `corrected Text` field that presents the corrected text aligned with the grounding sources. Follow the [quickstart](./quickstart-groundedness.md) to get started.
36+
1937
## August 2024
2038

39+
### New features are GA
40+
2141
The Prompt Shields API and groundedness detection API are now generally available (GA). Follow a quickstart to try them out.
2242
* [Prompt Shields quickstart](/azure/ai-services/content-safety/quickstart-jailbreak)
2343
* [Groundedness detection quickstart](/azure/ai-services/content-safety/quickstart-groundedness?tabs=curl)

0 commit comments

Comments
 (0)