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:
177
177
178
178
# [TypeScript](#tab/typescript)
179
179
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":::
181
181
182
182
183
183
# [C#](#tab/csharp)
@@ -221,7 +221,7 @@ Substitute your endpoint for the `endpoint` in this code:
221
221
222
222
# [TypeScript](#tab/typescript)
223
223
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" :::
225
225
226
226
# [C#](#tab/csharp)
227
227
@@ -271,7 +271,7 @@ Substitute your endpoint for the `endpoint` in this code:
271
271
272
272
# [TypeScript](#tab/typescript)
273
273
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":::
275
275
276
276
# [C#](#tab/csharp)
277
277
You can’t perform that action at this time.
0 commit comments