Skip to content

Commit cacd816

Browse files
committed
edits
1 parent 338f686 commit cacd816

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

articles/ai-services/agents/includes/quickstart-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: aahill
44
ms.author: aahi
55
ms.service: azure-ai-agent-service
66
ms.topic: include
7-
ms.date: 01/21/2025
7+
ms.date: 01/28/2025
88
ms.custom: devx-track-js
99
---
1010

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
manager: nitinme
3+
author: aahill
4+
ms.author: aahi
5+
ms.service: azure-ai-agent-service
6+
ms.topic: include
7+
ms.date: 01/28/2025
8+
ms.custom: devx-track-js
9+
---
10+
11+
The output contains the prompt, and answers.
12+
13+
```
14+
I need to solve the equation `3x + 11 = 14`. Can you help me?
15+
---------------------------------
16+
Sure! I can help you solve the equation \(3x + 11 = 14\).
17+
18+
To solve this equation, we need to isolate the variable \(x\). Let's go ahead and solve it.
19+
---------------------------------
20+
The solution to the equation \(3x + 11 = 14\) is \(x = 1\).
21+
22+
Therefore, the value of \(x\) that satisfies the equation is 1.
23+
24+
Let me know if you need help with anything else!
25+
---------------------------------
26+
```

articles/ai-services/agents/includes/quickstart-typescript.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: aahill
44
ms.author: aahi
55
ms.service: azure-ai-agent-service
66
ms.topic: include
7-
ms.date: 01/21/2025
7+
ms.date: 01/28/2025
88
ms.custom: devx-track-ts
99
---
1010

@@ -164,3 +164,4 @@ main().catch((err) => {
164164
console.error("The sample encountered an error:", err);
165165
});
166166
```
167+

articles/ai-services/agents/quickstart.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
ms.author: aahi
88
ms.service: azure-ai-agent-service
99
ms.topic: quickstart
10-
ms.date: 12/11/2024
10+
ms.date: 01/28/2025
1111
zone_pivot_groups: programming-languages-agents
1212
ms.custom: azure-ai-agents
1313
---
@@ -35,11 +35,13 @@ Azure AI Agent Service allows you to create AI agents tailored to your needs thr
3535
::: zone pivot="programming-language-javascript"
3636

3737
[!INCLUDE [quickstart-javascript](includes/quickstart-javascript.md)]
38+
[!INCLUDE [quickstart-output](includes/quickstart-output.md)]
3839

3940
::: zone-end
4041
::: zone pivot="programming-language-typescript"
4142

4243
[!INCLUDE [quickstart-typescript](includes/quickstart-typescript.md)]
44+
[!INCLUDE [quickstart-output](includes/quickstart-output.md)]
4345

4446
::: zone-end
4547

0 commit comments

Comments
 (0)