Skip to content

Commit c130ce0

Browse files
committed
&preserve-view=true
1 parent 6b6c989 commit c130ce0

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

articles/ai-services/language-service/whats-new.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,24 @@ Azure AI Language is updated on an ongoing basis. Bookmark this page to stay up
1919
* **New agent templates**. Azure AI Language now supports the following agent templates:
2020

2121
* [Intent routing](../agents/concepts/agent-catalog.md) detects user intent and provides exact answering. Perfect for deterministically intent routing and exact question answering with human controls.
22+
2223
* [Exact question answering](../agents/concepts/agent-catalog.md) answers high-value predefined questions deterministically to ensure consistent and accurate responses.
2324

24-
* **Personally-identifiable-information updates**. Azure AI Language now offers PII detection customization and entity subtype support.
25+
* **Personally-identifiable-information updates**. Azure AI Language now offers the following PII detection customization and entity subtype support:
26+
27+
* [Customize PII detection using your own regex](personally-identifiable-information/how-to/adapt-to-domain-pii.md#customizing-pii-detection-using-your-own-regex-only-available-for-text-pii-container) (only available for Text PII container).
28+
29+
* [Customizing PII output specifying values to exclude](personally-identifiable-information/how-to/adapt-to-domain-pii.md#customizing-pii-output-by-specifying-values-to-exclude).
30+
31+
* [Customizing PII detection using entity synonyms](personally-identifiable-information/how-to/adapt-to-domain-pii.md#api-schema-for-the-entitysynoyms-parameter).
2532

26-
* [Customizing PII detection using your own regex](personally-identifiable-information/how-to/adapt-to-domain-pii.md#customizing-pii-detection-using-your-own-regex-only-available-for-text-pii-container) (only available for Text PII container)
27-
* Support for customizing PII output by [specifying values to exclude](personally-identifiable-information/how-to/adapt-to-domain-pii.md#customizing-pii-output-by-specifying-values-to-exclude)
28-
* Customizing PII detection using [entity synonyms](personally-identifiable-information/how-to/adapt-to-domain-pii.md#api-schema-for-the-entitysynoyms-parameter)
2933
* [`2025-05-15-preview`](/rest/api/language/operation-groups?view=rest-language-2025-05-15-preview&preserve-view=true) release. This API preview version includes the following named entity recognition (NER) and personally identifiable information (PII) detection updates:
3034

31-
* New entity type support for `DateOfBirth`, `BankAccountNumber`, `PassportNumber`, and `DriversLicenseNumber`
32-
* Enhanced AI quality for `PhoneNumber` entity type
35+
* New entity type support for `DateOfBirth`, `BankAccountNumber`, `PassportNumber`, and `DriversLicenseNumber`.
36+
37+
* Enhanced AI quality for `PhoneNumber` entity type.
3338

34-
To Learn more, see our latest [TechCommunity Blog Post](https://techcommunity.microsoft.com/blog/azure-ai-services-blog/announcing-azure-ai-language-new-features-to-accelerate-your-agent-development/4415216).
39+
To learn more, see our latest [TechCommunity Blog Post](https://techcommunity.microsoft.com/blog/azure-ai-services-blog/announcing-azure-ai-language-new-features-to-accelerate-your-agent-development/4415216).
3540

3641

3742
## April 2025

0 commit comments

Comments
 (0)