Skip to content

Commit fec9fc1

Browse files
committed
fixing merge conflict
2 parents 33ffb6b + 656db8d commit fec9fc1

File tree

7 files changed

+28
-14
lines changed

7 files changed

+28
-14
lines changed

articles/ai-foundry/agents/how-to/tools/model-context-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For more information on using MCP, see:
5858

5959
1. `server_url`: The URL of the MCP server; for example, `https://api.githubcopilot.com/mcp/`.
6060
2. `server_label`: A unique identifier of this MCP server to the agent; for example, `github`.
61-
3. `allowed_tools`: An optional list of tools that you want to allow without approval.
61+
3. `allowed_tools`: An optional list of tools that this agent can access and use.
6262

6363
1. Create a run and pass additional information about the `mcp` tool in `tool_resources` with headers:
6464

articles/ai-foundry/includes/get-started-fdp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- include file
1111
- build-aifnd
1212
- build-2025
13-
- update-code
13+
- update-code-2
1414
---
1515

1616
In this quickstart, you use [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) to:

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

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,48 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: whats-new
9-
ms.date: 06/02/2025
9+
ms.date: 07/09/2025
1010
ms.author: lajanuar
1111
---
1212

1313
# What's new in Azure AI Language?
1414

1515
Azure AI Language is updated on an ongoing basis. Bookmark this page to stay up to date with release notes, feature enhancements, and our newest documentation.
1616

17+
## June 2025
18+
19+
* A new version of the Conversational Language Understanding (CLU) training configuration, aimed at minimizing overpredictions of the [None intent](conversational-language-understanding/concepts/none-intent.md)—particularly in multilingual contexts—is now supported in [REST API version 2025-15-05-preview](/rest/api/language/analyze-conversations/analyze-conversations?view=rest-language-2025-05-15-preview&preserve-view=true).
20+
21+
* The [Build your conversational agent](https://github.com/Azure-Samples/Azure-Language-OpenAI-Conversational-Agent-Accelerator) accelerator project is updated to include 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)
22+
23+
* The following [.NET SDKs](/dotnet/api/overview/azure/ai.textanalytics-readme?view=azure-dotnet&preserve-view=true) are now available, and support the latest REST API version **2025-15-05-preview**:
24+
25+
* [Azure.AI.Language.Text 1.0.0-beta.3](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations/CHANGELOG.md) provides inference capabilities for a wide range of language processing tasks. These tasks include language detection, sentiment analysis, key phrase extraction, and named entity recognition (NER). The capabilities also cover personally identifiable information (PII) entity recognition, entity linking, text analytics for healthcare, custom NER, and custom text classification. In addition, both extractive and abstractive text summarization are supported.
26+
27+
* [Azure.AI.Language.Conversation 2.0.0-beta.3](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations/CHANGELOG.md) provides inference capabilities for conversational PII, conversational language understanding (CLU), and conversation summarization.
28+
29+
* The Text PII GPU container is now available for integration. You can access it on the [Microsoft Artifact Registry](https://mcr.microsoft.com/artifact/mar/azure-cognitive-services/textanalytics/pii/) using the tag `gpu`.
30+
1731
## May 2025
1832

1933
**2025-05-15-preview release**. The [latest API preview version](/rest/api/language/operation-groups?view=rest-language-2025-05-15-preview&preserve-view=true) includes updates for named entity recognition (NER) and PII detection:
2034
* New entity type support for `DateOfBirth`, `BankAccountNumber`, `PassportNumber`, and `DriversLicenseNumber`.
2135
* Improved AI quality for `PhoneNumber` entity type.
22-
36+
2337
**New agent templates**. Azure AI Language now supports the following agent templates:
2438
* [Intent routing](../agents/concepts/agent-catalog.md): Detects user intent and provides precise answers, ideal for deterministic intent routing, and exact question answering with human oversight.
2539
* [Exact question answering](../agents/concepts/agent-catalog.md): Delivers consistent, accurate responses to high-value predefined questions through deterministic methods.
26-
40+
2741
**PII detection enhancements**. Azure AI Language introduces new customization and entity subtype features for PII detection:
2842
* [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) (Text PII container only).
2943
* [Specify values to exclude from PII output](personally-identifiable-information/how-to/adapt-to-domain-pii.md#customizing-pii-output-by-specifying-values-to-exclude).
3044
* [Use entity synonyms for tailored PII detection](personally-identifiable-information/how-to/adapt-to-domain-pii.md#api-schema-for-the-entitysynoyms-parameter).
31-
45+
3246
**Enhanced CLU and CQA Capabilities in Azure AI Foundry**. Azure AI Foundry now offers enhanced capabilities for fine-tuning with custom conversational language understanding (CLU) and conversational question-and-answer (CQA) AI features:
33-
* CLU and CQA authoring tools are now available in Azure AI Foundry.
34-
* CLU offers a quick deploy option powered by large language models (LLMs) for rapid deployment.
35-
* CQA incorporates the QnA Maker scoring algorithm for more accurate responses.
36-
* CQA enables exact match answering for precise query resolutions.
47+
* CLU and CQA authoring tools are now available in Azure AI Foundry.
48+
* CLU offers a quick deploy option powered by large language models (LLMs) for rapid deployment.
49+
* CQA incorporates the QnA Maker scoring algorithm for more accurate responses.
50+
* CQA enables exact match answering for precise query resolutions.
3751

3852
**For more updates, 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)**.
3953

articles/machine-learning/how-to-deploy-mlflow-models-online-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: mopeakande
1010
ms.reviewer: fasantia
1111
ms.date: 03/31/2025
1212
ms.topic: how-to
13-
ms.custom: deploy, mlflow, devplatv2, no-code-deployment, devx-track-azurecli, cliv2, update-code1
13+
ms.custom: deploy, mlflow, devplatv2, no-code-deployment, devx-track-azurecli, cliv2, update-code2
1414
# customer intent: As a developer, I want to see how to deploy an MLflow model to an online endpoint so that I can use the model to make predictions in real time.
1515
---
1616

articles/machine-learning/how-to-package-models-moe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-machine-learning
99
ms.subservice: mlops
1010
ms.date: 12/08/2023
1111
ms.topic: how-to
12-
ms.custom: update-code
12+
ms.custom: update-code-2
1313
---
1414

1515
# Deploy model packages to online endpoints (preview)

articles/machine-learning/how-to-package-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: mopeakande
77
ms.reviewer: fasantia
88
ms.service: azure-machine-learning
99
ms.subservice: mlops
10-
ms.custom: devx-track-python, update-code
10+
ms.custom: devx-track-python, update-code-2
1111
ms.date: 12/08/2023
1212
ms.topic: how-to
1313
---

articles/machine-learning/how-to-use-batch-scoring-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom:
1515
- devplatv2
1616
- event-tier1-build-2023
1717
- ignite-2023
18-
- update-code3
18+
- update-code-4
1919
---
2020

2121
# How to deploy a pipeline to perform batch scoring with preprocessing

0 commit comments

Comments
 (0)