Skip to content

Commit f4c7413

Browse files
committed
2 parents 62e2ec6 + 11d9c99 commit f4c7413

File tree

23 files changed

+81
-54
lines changed

23 files changed

+81
-54
lines changed

articles/ai-foundry/agents/concepts/threads-runs-messages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Threads, Runs, and Messages in Azure AI Foundry Agent Service
2+
title: Threads, Runs, and Messages in the Azure AI Foundry Agent Service
33
titleSuffix: Azure AI Foundry
44
description: Learn about the components used in the Azure AI Foundry Agent Service.
55
manager: nitinme
66
author: aahill
77
ms.author: aahi
88
ms.service: azure-ai-agent-service
99
ms.topic: conceptual
10-
ms.date: 04/15/2025
10+
ms.date: 09/24/2025
1111
ms.custom: azure-ai-agents
1212
---
1313

14-
# Threads, Runs, and Messages in Azure AI Foundry Agent Service
14+
# Threads, runs, and messages in Azure AI Foundry Agent Service
1515

1616
Azure AI Foundry Agent Service supports persistent threads, runs, and messages, which are essential components for managing conversation states and interactions with users.
1717

@@ -30,7 +30,7 @@ When you use an Agent, there are a series of steps that are involved.
3030

3131
## Agent
3232

33-
A custom AI that uses AI models in conjunction with tools.
33+
An agent is a configurable orchestration component that uses AI models with instructions, tools, parameters, and optional safety/governance controls. At run time an agent uses these components and a given thread's message history to respond to user inputs.
3434

3535
## Threads
3636

articles/ai-foundry/agents/how-to/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitor Azure AI Foundry Agent Service
33
description: Start here to learn how to use Azure Monitor to capture and analyze metrics for your Azure AI Foundry Agent Service.
4-
ms.date: 06/02/2025
4+
ms.date: 09/24/2025
55
ms.custom: horz-monitor, subject-monitoring
66
ms.topic: conceptual
77
author: aahill

articles/ai-foundry/agents/how-to/tools/file-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 08/01/2025
9+
ms.date: 09/24/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents, references_regions

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ ms.custom: references_regions
1717
> [!NOTE]
1818
> Supported regions are `westus`, `westus2`, `uaenorth`, `southindia`, and `switzerlandnorth`.
1919
20+
> [!NOTE]
21+
> When using a [Network Secured Azure AI Foundry](../../how-to/virtual-networks.md), private MCP servers deployed in the same virtual network is not supported, only publicly accessible MCP servers are supported.
22+
2023
You can extend the capabilities of your Azure AI Foundry agent by connecting it to tools hosted on remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) servers (bring your own MCP server endpoint). Developers and organizations maintain these servers. The servers expose tools that MCP-compatible clients, such as Azure AI Foundry Agent Service, can access.
2124

2225
MCP is an open standard that defines how applications provide tools and contextual data to large language models (LLMs). It enables consistent, scalable integration of external tools into model workflows.

articles/ai-foundry/agents/how-to/virtual-networks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ For customers without an existing virtual network, the Standard Setup with Priva
4242
- **Region availability**:
4343
- For supported regions for model deployments, see: [Azure OpenAI model region support](../concepts/model-region-support.md#available-models).
4444
- **Azure Blob Storage**: using Azure Blob Storage files with the File Search tool isn't supported.
45+
- **Private MCP Server**: using private MCP servers deployed in the same virtual network is not supported, only publicly accessible MCP servers are supported.
4546

4647
## Prerequisites
4748
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).

articles/ai-foundry/foundry-models/includes/models-azure-direct-others.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,12 @@ xAI's Grok models in Azure AI Foundry Models include a diverse set of models des
8787
> [!NOTE]
8888
> [Registration is required for access to the grok-code-fast-1 model](https://aka.ms/xai/grok-code-fast-1).
8989
90+
- Grok 4 Fast, an efficiency-optimized language model that delivers near-Grok 4 reasoning capabilities with significantly lower latency and cost, and can bypass reasoning entirely for ultra-fast applications. It is trained for safe and effective tool use, with built-in refusal behaviors, a fixed safety-enforcing system prompt, and input filters to prevent misuse.
91+
9092
| Model | Type | Capabilities | Deployment type (region availability) | Project type |
9193
| ------ | ---- | ------------ | ------------------------------------- | ------------ |
94+
| [grok-4-fast-reasoning](https://ai.azure.com/explore/models/grok-4-fast-reasoning/version/1/registry/azureml-xai/?cid=learnDocs) | chat-completion | - **Input:** text, image (2,000,000 tokens) <br /> - **Output:** text (2,000,000 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |- Global standard (all regions) | Foundry, Hub-based |
95+
| [grok-4-fast-non-reasoning](https://ai.azure.com/explore/models/grok-4-fast-non-reasoning/version/1/registry/azureml-xai/?cid=learnDocs) | chat-completion | - **Input:** text, image (2,000,000 tokens) <br /> - **Output:** text (2,000,000 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |- Global standard (all regions) | Foundry, Hub-based |
9296
| [grok-code-fast-1](https://ai.azure.com/explore/models/grok-code-fast-1/version/1/registry/azureml-xa/?cid=learnDocs) | chat-completion | - **Input:** text (256,000 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |- Global standard (all regions) | Foundry, Hub-based |
9397
| [grok-3](https://ai.azure.com/explore/models/grok-3/version/1/registry/azureml-xai/?cid=learnDocs) | chat-completion | - **Input:** text (131,072 tokens) <br /> - **Output:** text (131,072 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |- Global standard (all regions) <br> - Data zone standard (US) | Foundry, Hub-based |
9498
| [grok-3-mini](https://ai.azure.com/explore/models/grok-3-mini/version/1/registry/azureml-xai/?cid=learnDocs) | chat-completion | - **Input:** text (131,072 tokens) <br /> - **Output:** text (131,072 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text | - Global standard (all regions) <br> - Data zone standard (US) | Foundry, Hub-based |

articles/ai-foundry/foundry-models/includes/use-chat-reasoning/csharp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ Usage:
9797

9898
### Reasoning content
9999

100+
> [!NOTE]
101+
> This information on reasoning content does not apply to Azure OpenAI models. Azure OpenAI reasoning models use the [reasoning summaries feature](../../../openai/how-to/reasoning.md#reasoning-summary).
102+
103+
100104
Some reasoning models, like DeepSeek-R1, generate completions and include the reasoning behind it. The reasoning associated with the completion is included in the response's content within the tags `<think>` and `</think>`. The model may select on which scenarios to generate reasoning content. You can extract the reasoning content from the response to understand the model's thought process as follows:
101105

102106
```csharp

articles/ai-foundry/foundry-models/includes/use-chat-reasoning/java.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ Usage:
8989

9090
### Reasoning content
9191

92+
> [!NOTE]
93+
> This information on reasoning content does not apply to Azure OpenAI models. Azure OpenAI reasoning models use the [reasoning summaries feature](../../../openai/how-to/reasoning.md#reasoning-summary).
94+
95+
9296
Some reasoning models, like DeepSeek-R1, generate completions and include the reasoning behind it. The reasoning associated with the completion is included in the response's content within the tags `<think>` and `</think>`. The model may select on which scenarios to generate reasoning content. You can extract the reasoning content from the response to understand the model's thought process as follows:
9397

9498
```java

articles/ai-foundry/foundry-models/includes/use-chat-reasoning/javascript.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ Usage:
9696

9797
### Reasoning content
9898

99+
> [!NOTE]
100+
> This information on reasoning content does not apply to Azure OpenAI models. Azure OpenAI reasoning models use the [reasoning summaries feature](../../../openai/how-to/reasoning.md#reasoning-summary).
101+
99102
Some reasoning models, like DeepSeek-R1, generate completions and include the reasoning behind it. The reasoning associated with the completion is included in the response's content within the tags `<think>` and `</think>`. The model may select on which scenarios to generate reasoning content. You can extract the reasoning content from the response to understand the model's thought process as follows:
100103

101104
```javascript

articles/ai-foundry/foundry-models/includes/use-chat-reasoning/python.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ Usage:
171171

172172
### Reasoning content
173173

174+
> [!NOTE]
175+
> This information on reasoning content does not apply to Azure OpenAI models. Azure OpenAI reasoning models use the [reasoning summaries feature](../../../openai/how-to/reasoning.md#reasoning-summary).
176+
174177
Some reasoning models, like DeepSeek-R1, generate completions and include the reasoning behind it.
175178

176179
# [OpenAI API](#tab/openai)

0 commit comments

Comments
 (0)