Skip to content

Commit 474fddb

Browse files
authored
Reformat the tip for Add Context
1 parent 285938b commit 474fddb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

content/1-hour/4-add-feature.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Adding the filters to the page will require updating a minimum of two files - th
3030
6. If available, select **Claude 3.5 Sonnet** from the list of available models
3131
7. Select **Add Context...** in the chat window.
3232
8. Select **server/app.py** and **client/src/components/DogList.svelte** files (you need to select **Add context** for each file)
33-
- **Hint**: if you type the file names, they will show up in the filter. You can also drag the files or right click file in explorer and select `Copilot -> Add File to Chat`)
33+
> [!TIP]
34+
> If you type the file names after clicking **Add context**, they will show up in the filter. You can also drag the files or right click file in explorer and select `Copilot -> Add File to Chat`)
3435
9. Ask Copilot to generate the update you want to the page, which is to add filters for both dog breed and if dogs are available for adoption. Use your own phrasing, ensuring the following requirements are met:
3536
- A dropdown list should be provided with all breeds
3637
- A checkbox should be available to only show available dogs

content/full-day/6-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ Adding the filters to the page will require updating a minimum of three files -
8282
3. Switch to edit mode by selecting **Edit** in the chat mode dropdown at the bottom of Chat view (should be currently **Ask**)
8383
4. If available, select **Claude 3.7 Sonnet** for the model.
8484
5. Select **Add Context...** in the chat window.
85-
6. Select **server/app.py**, **client/src/components/DogList.svelte** and **server/test_app.py** files (you need to select **Add context** for each file)
86-
- **Hint**: if you type the file names, they will show up in the filter. You can also drag the files or right click file in explorer and select `Copilot -> Add File to Chat`)
87-
85+
6. Select **server/app.py**, **client/src/components/DogList.svelte** and **server/test_app.py** files (you need to select **Add context** for each file)
86+
> [!TIP]
87+
> If you type the file names after clicking **Add context**, they will show up in the filter. You can also drag the files or right click file in explorer and select `Copilot -> Add File to Chat`)
8888
7. Ask Copilot to perform the operation you want, to update the page to add the filters. It should meet the following requirements:
8989
- A dropdown list should be provided with all breeds
9090
- A checkbox should be available to only show available dogs

0 commit comments

Comments
 (0)