Skip to content

Commit 23d6857

Browse files
committed
capitalize var names
1 parent 65bcf4e commit 23d6857

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Substitute your value for the endpoint in this code:
164164
165165
# [REST API](#tab/rest)
166166
167-
Replace `YOUR-FOUNDRY-RESOURCE-NAME` and `YOUR-PROJECT-NAME` with your values:
167+
Replace `YOUR-FOUNDRY-RESOURCE-NAME` with your values:
168168
169169
:::code language="console" source="~/foundry-samples/samples/microsoft/REST/mslearn-resources/quickstart/quickstart.sh" id="chat_completion":::
170170
@@ -202,7 +202,7 @@ Agents allow more powerful capabilities through the use of tools. First, let's w
202202
203203
# [REST API](#tab/rest)
204204
205-
Replace `your-foundry-resource-name` and `YOUR-PROJECT-NAME` with your values:
205+
Replace `YOUR-FOUNDRY-RESOURCE-NAME` and `YOUR-PROJECT-NAME` with your values:
206206
207207
:::code language="console" source="~/foundry-samples/samples/microsoft/REST/mslearn-resources/quickstart/quickstart.sh" id="create_and_run_agent":::
208208
@@ -246,6 +246,8 @@ Now let's add a file search tool that enables us to do knowledge retrieval.
246246
247247
# [REST API](#tab/rest)
248248
249+
Replace `YOUR-FOUNDRY-RESOURCE-NAME` and `YOUR-PROJECT-NAME` with your values:
250+
249251
:::code language="console" source="~/foundry-samples/samples/microsoft/REST/mslearn-resources/quickstart/quickstart.sh" id="create_filesearch_agent":::
250252
251253
---

0 commit comments

Comments
 (0)