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-foundry/agents/concepts/threads-runs-messages.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
1
---
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
3
3
titleSuffix: Azure AI Foundry
4
4
description: Learn about the components used in the Azure AI Foundry Agent Service.
5
5
manager: nitinme
6
6
author: aahill
7
7
ms.author: aahi
8
-
ms.service: azure-ai-agent-service
8
+
ms.service: azure-ai-foundry
9
+
ms.subservice: azure-ai-foundry-agent-service
9
10
ms.topic: conceptual
10
-
ms.date: 04/15/2025
11
+
ms.date: 09/24/2025
11
12
ms.custom: azure-ai-agents
12
13
---
13
14
14
-
# Threads, Runs, and Messages in Azure AI Foundry Agent Service
15
+
# Threads, runs, and messages in Azure AI Foundry Agent Service
15
16
16
17
Azure AI Foundry Agent Service supports persistent threads, runs, and messages, which are essential components for managing conversation states and interactions with users.
17
18
@@ -30,7 +31,7 @@ When you use an Agent, there are a series of steps that are involved.
30
31
31
32
## Agent
32
33
33
-
A custom AI that uses AI models in conjunction with tools.
34
+
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.
0 commit comments