You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/whats-new.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,19 +19,24 @@ Azure AI Language is updated on an ongoing basis. Bookmark this page to stay up
19
19
***New agent templates**. Azure AI Language now supports the following agent templates:
20
20
21
21
*[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
+
22
23
*[Exact question answering](../agents/concepts/agent-catalog.md) answers high-value predefined questions deterministically to ensure consistent and accurate responses.
23
24
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).
25
32
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)
29
33
*[`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:
30
34
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.
33
38
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).
0 commit comments