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/agents/includes/quickstart-javascript.md
+19-12Lines changed: 19 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ author: aahill
4
4
ms.author: aahi
5
5
ms.service: azure-ai-agent-service
6
6
ms.topic: include
7
-
ms.date: 02/03/2025
7
+
ms.date: 03/21/2025
8
8
ms.custom: devx-track-js
9
9
---
10
10
@@ -37,6 +37,12 @@ ms.custom: devx-track-js
37
37
| Run | Activation of an agent to begin running based on the contents of Thread. The agent uses its configuration and Thread’s Messages to perform tasks by calling models and tools. As part of a Run, the agent appends Messages to the Thread. |
38
38
| Run Step | A detailed list of steps the agent took as part of a Run. An agent can call tools or create Messages during its run. Examining Run Steps allows you to understand how the agent is getting to its results. |
Copy file name to clipboardExpand all lines: articles/ai-services/agents/includes/quickstart-typescript.md
+41-28Lines changed: 41 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ author: aahill
4
4
ms.author: aahi
5
5
ms.service: azure-ai-agent-service
6
6
ms.topic: include
7
-
ms.date: 02/03/2025
7
+
ms.date: 03/21/2025
8
8
ms.custom: devx-track-ts
9
9
---
10
10
@@ -35,6 +35,12 @@ ms.custom: devx-track-ts
35
35
| Run | Activation of an agent to begin running based on the contents of Thread. The agent uses its configuration and Thread’s Messages to perform tasks by calling models and tools. As part of a Run, the agent appends Messages to the Thread. |
36
36
| Run Step | A detailed list of steps the agent took as part of a Run. An agent can call tools or create Messages during its run. Examining Run Steps allows you to understand how the agent is getting to its results. |
0 commit comments