Skip to content

Commit d1a0585

Browse files
committed
july what's new
1 parent a41529c commit d1a0585

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,23 @@ Azure AI Language is updated on an ongoing basis. Bookmark this page to stay up
1616

1717
## July 2025
1818

19-
**.NET SDK** support for text and conversation authoring API. The following .NET SDKs are now available for the authoring APIs with the latest REST API version `2025-15-05-preview` (default) in addition to `2023-04-01`, `2023-04-15-preview`, and `2024-11-15-preview`.
19+
**Added .NET SDK support for text and conversation authoring APIs**. The following .NET SDK (client library) versions are now available for the authoring APIs:
2020

2121
* [**Azure.AI.Language.Text.Authoring `1.0.0-beta.2`**](https://www.nuget.org/packages/Azure.AI.Language.Text.Authoring/1.0.0-beta.2) now supports the project import with raw JSON string for custom NER and custom text classification.
2222

23-
* [**Azure.AI.Language.Conversation.Authoring `1.0.0-beta.2`**](https://www.nuget.org/packages/Azure.AI.Language.Conversations.Authoring/1.0.0-beta.2) provides new authoring features in 2025-15-05-preview API, including LLM-based CLU intent authoring and quick-deploy option, multi-turn CLU model training with auto-generated synthetic data, etc.
23+
* [**Azure.AI.Language.Conversation.Authoring `1.0.0-beta.2`**](https://www.nuget.org/packages/Azure.AI.Language.Conversations.Authoring/1.0.0-beta.2) provides new authoring features in 2025-15-05-preview API, including LLM-based CLU intent authoring and quick-deploy option, multi-turn CLU model training with autogenerated synthetic data, etc.
24+
25+
* These [**Azure.AI.Language.Text.Authoring `1.0.0-beta.2`**](https://www.nuget.org/packages/Azure.AI.Language.Text.Authoring/1.0.0-beta.2) and [**Azure.AI.Language.Conversation.Authoring `1.0.0-beta.2`**](https://www.nuget.org/packages/Azure.AI.Language.Conversations.Authoring/1.0.0-beta.2) SDK versions support the following REST APIs:
26+
* `2025-15-05-preview` (latest/default)
27+
* `2023-04-01`
28+
* `2023-04-15-preview`
29+
* `2024-11-15-preview`
30+
For more information, *see* [Azure AI Language REST API reference](/rest/api/language/).
31+
2432

2533
## June 2025
2634

27-
**New version of the Conversational Language Understanding (CLU) training configuration**. This new version is aimed at minimizing overpredictions of the [None intent](conversational-language-understanding/concepts/none-intent.md)—particularly in multilingual contexts—is now available via the REST API using **trainingConfigVersion 2025-07-01-preview**. For more information, *see* [Train your model: request body data](conversational-language-understanding/how-to/train-model.md?tabs=rest-api#request-body).
35+
**New version of the Conversational Language Understanding (CLU) training configuration**. This new version is aimed at minimizing over-predictions of the [None intent](conversational-language-understanding/concepts/none-intent.md)—particularly in multilingual contexts—is now available via the REST API using **trainingConfigVersion 2025-07-01-preview**. For more information, *see* [Train your model: request body data](conversational-language-understanding/how-to/train-model.md?tabs=rest-api#request-body).
2836

2937
**Updated [Build your conversational agent](https://github.com/Azure-Samples/Azure-Language-OpenAI-Conversational-Agent-Accelerator) accelerator project**. The update includes a new routing strategy—**TRIAGE_AGENT**. This strategy uses an agent hosted on Azure AI Foundry Agent Service. It utilizes Conversational Language Understanding (CLU) and Custom Question Answering (CQA) as tools to triage user intent for downstream agent routing. Additionally, these tools help deliver precise answers to specific questions. For more information, *see* [TechCommunity Blog Post](https://techcommunity.microsoft.com/blog/azure-ai-services-blog/announcing-azure-ai-language-new-features-to-accelerate-your-agent-development/4415216)
3038

0 commit comments

Comments
 (0)