File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/ai-foundry/includes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ Substitute your endpoint for the `endpoint` in this code:
177177
178178# [TypeScript](#tab/typescript)
179179
180- :::code language="typescript" source="~/foundry-samples-main/samples/microsoft/typescript/mslearn-resources/quickstart/src/quickstart.js " id="chat_completion":::
180+ :::code language="typescript" source="~/foundry-samples-main/samples/microsoft/typescript/mslearn-resources/quickstart/src/quickstart.ts " id="chat_completion":::
181181
182182
183183# [C#](#tab/csharp)
@@ -221,7 +221,7 @@ Substitute your endpoint for the `endpoint` in this code:
221221
222222# [TypeScript](#tab/typescript)
223223
224- :::code language="typescript" source="~/foundry-samples-main/samples/microsoft/typescript/mslearn-resources/quickstart/src/quickstart.js " id="create_and_run_agent" :::
224+ :::code language="typescript" source="~/foundry-samples-main/samples/microsoft/typescript/mslearn-resources/quickstart/src/quickstart.ts " id="create_and_run_agent" :::
225225
226226# [C#](#tab/csharp)
227227
@@ -271,7 +271,7 @@ Substitute your endpoint for the `endpoint` in this code:
271271
272272# [TypeScript](#tab/typescript)
273273
274- :::code language="typescript" source="~/foundry-samples-main/samples/microsoft/typescript/mslearn-resources/quickstart/src/quickstart.js " id="create_filesearch_agent":::
274+ :::code language="typescript" source="~/foundry-samples-main/samples/microsoft/typescript/mslearn-resources/quickstart/src/quickstart.ts " id="create_filesearch_agent":::
275275
276276# [C#](#tab/csharp)
277277
You can’t perform that action at this time.
0 commit comments