Skip to content

Commit 92f1ef1

Browse files
committed
fix filenames
1 parent 9dcda67 commit 92f1ef1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-foundry/includes/get-started-fdp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Substitute your value for the endpoint in this code:
163163
164164
# [REST API](#tab/rest)
165165
166-
:::code language="python" source="~/foundry-samples/samples/microsoft/python/mslearn-resources/quickstart/quickstart.sh" id="chat_completion":::
166+
:::code language="python" source="~/foundry-samples/samples/microsoft/REST/mslearn-resources/quickstart/quickstart.sh" id="chat_completion":::
167167
168168
---
169169
@@ -199,7 +199,7 @@ Agents allow more powerful capabilities through the use of tools. First, let's w
199199
200200
# [REST API](#tab/rest)
201201
202-
:::code language="python" source="~/foundry-samples/samples/microsoft/rest/mslearn-resources/quickstart/quickstart.py" id="create_and_run_agent":::
202+
:::code language="python" source="~/foundry-samples/samples/microsoft/REST/mslearn-resources/quickstart/quickstart.sh" id="create_and_run_agent":::
203203
204204
205205
---
@@ -241,7 +241,7 @@ Now let's add a file search tool that enables us to do knowledge retrieval.
241241
242242
# [REST API](#tab/rest)
243243
244-
:::code language="python" source="~/foundry-samples/samples/microsoft/rest/mslearn-resources/quickstart/quickstart.py" id="create_filesearch_agent":::
244+
:::code language="python" source="~/foundry-samples/samples/microsoft/REST/mslearn-resources/quickstart/quickstart.sh" id="create_filesearch_agent":::
245245
246246
---
247247

0 commit comments

Comments
 (0)