Skip to content

Commit c67b07a

Browse files
committed
fixes
1 parent cb5b98f commit c67b07a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: devx-track-ts
1414
## Prerequisites
1515

1616
[!INCLUDE [universal-prerequisites](universal-prerequisites.md)]
17-
* [Node.js LTS](https://nodejs.org/)
17+
* [Node.js LTS](https://nodejs.org/)
1818

1919
## Configure and run an agent
2020

@@ -69,10 +69,10 @@ Save the name of your model deployment name as an environment variable named `MO
6969
7070
Create a tsconfig.json file with the following content:
7171

72-
:::code language="json" source="~/reusable-content/samples/foundry/azure-ai-agents-quickstart-math/tsconfig.json":::
72+
:::code language="json" source="~/azure-sdk-for-js-docs/samples/foundry/azure-ai-agents-quickstart-math/tsconfig.json":::
7373

7474
Next, create an `index.ts` file and paste in the following code:
7575

76-
:::code language="typescript" source="~/reusable-content/samples/foundry/azure-ai-agents-quickstart-math/index.ts":::
76+
:::code language="typescript" source="~/azure-sdk-for-js-docs/samples/foundry/azure-ai-agents-quickstart-math/index.ts":::
7777

7878
Run the code using `npx tsx -r dotenv/config index.ts`. This code answers the question `I need to solve the equation '3x + 11 = 14'. Can you help me?`. Full [sample source code](https://github.com/Azure-Samples/azure-sdk-for-js-docs/blob/main/samples/foundry/azure-ai-agents-quickstart-math) available.

0 commit comments

Comments
 (0)