Skip to content

Commit c7c50cb

Browse files
committed
add link to CSV file
1 parent e86c033 commit c7c50cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Next, to authenticate your API requests and run the program, use the [az login](
5252
az login
5353
```
5454

55-
Use the following code to create and run an agent which uploads a CSV file of data then generates a bar chart from that data. To run this code, you'll need to get the endpoint for your project. This string is in the format:
55+
Use the following code to create and run an agent which uploads [a CSV file](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/ai/ai-agents/data/nifty500QuarterlyResults.csv) of data then generates a bar chart from that data. To run this code, you'll need to get the endpoint for your project. This string is in the format:
5656

5757
`https://<AIFoundryResourceName>.services.ai.azure.com/api/projects/<ProjectName>`
5858

@@ -254,6 +254,6 @@ main().catch((err) => {
254254
```
255255

256256

257-
Run the code using `node index.js`. This code generated a bar chart in the TRANSPORTATION sector for the operating profit from the uploaded CSV file and provided the file to you. Open the PNG file.
257+
Run the code using `node index.js`. This code generated a bar chart in the TRANSPORTATION sector for the operating profit from the uploaded CSV file and provided the file to you. Open the PNG file. Full [sample source code](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/ai/ai-agents/samples/v1-beta/typescript/src/codeInterpreterWithStreaming.ts) available.
258258

259259
:::image type="content" source="../media/quickstart/generated-image.png" alt-text="Screenshot of generated image which shows bar chart in the TRANSPORTATION sector for the operating profit from the uploaded CSV file":::

0 commit comments

Comments
 (0)