File tree Expand file tree Collapse file tree 4 files changed +32
-3
lines changed
articles/ai-services/agents Expand file tree Collapse file tree 4 files changed +32
-3
lines changed 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 : 01/21 /2025
7
+ ms.date : 01/28 /2025
8
8
ms.custom : devx-track-js
9
9
---
10
10
Original file line number Diff line number Diff line change
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
+ ```
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 : 01/21 /2025
7
+ ms.date : 01/28 /2025
8
8
ms.custom : devx-track-ts
9
9
---
10
10
@@ -164,3 +164,4 @@ main().catch((err) => {
164
164
console .error (" The sample encountered an error:" , err );
165
165
});
166
166
```
167
+
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ author: aahill
7
7
ms.author : aahi
8
8
ms.service : azure-ai-agent-service
9
9
ms.topic : quickstart
10
- ms.date : 12/11/2024
10
+ ms.date : 01/28/2025
11
11
zone_pivot_groups : programming-languages-agents
12
12
ms.custom : azure-ai-agents
13
13
---
@@ -35,11 +35,13 @@ Azure AI Agent Service allows you to create AI agents tailored to your needs thr
35
35
::: zone pivot="programming-language-javascript"
36
36
37
37
[ !INCLUDE [ quickstart-javascript] ( includes/quickstart-javascript.md )]
38
+ [ !INCLUDE [ quickstart-output] ( includes/quickstart-output.md )]
38
39
39
40
::: zone-end
40
41
::: zone pivot="programming-language-typescript"
41
42
42
43
[ !INCLUDE [ quickstart-typescript] ( includes/quickstart-typescript.md )]
44
+ [ !INCLUDE [ quickstart-output] ( includes/quickstart-output.md )]
43
45
44
46
::: zone-end
45
47
You can’t perform that action at this time.
0 commit comments