Skip to content

Commit 16e3953

Browse files
fix: update instructions for Copilot results and add httpx to requirements
1 parent 0b51385 commit 16e3953

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/steps/3-step.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ If you don't get the desired results, you can try other models or provided follo
119119
> 🪧 **Note:** In this lab we explicitly include the `#codebase` tool to get the most repeatable results.
120120
> Feel free to try the prompt **without** `#codebase` and observe whether Agent Mode decides to gather broader project context on its own.
121121
122-
1. When Copilot is finished, restart the debugger and inspect the results. If you like the results, press the **Keep** button. If not, try providing Copilot some feedback to refined the results.
122+
1. When Copilot is finished, inspect the code changes and the results on the website. If you like the results, press the **Keep** button. If not, try providing Copilot some feedback to refined the results.
123+
124+
> 🪧 **Note:** If you don't see updates on the website, you may need to restart the debugger
123125
124126
1. Ask Copilot to fix a registration bug.
125127

.github/steps/4-step.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,19 @@ Your backend still has zero test coverage. Use **Plan Agent** to create a plan,
4949
5050
Here are some examples:
5151
52-
> ![Static Badge](https://img.shields.io/badge/-Prompt-text?style=social&logo=github%20copilot)
52+
> ![Static Badge](https://img.shields.io/badge/-Prompt-text?style=social&logo=github%20copilot)
5353
>
5454
> ```prompt
55-
> Make sure we use `pytest` and add it to `requirements.txt` file
55+
> Let's use the AAA (Arrange-Act-Assert) testing pattern to structure our tests
5656
> ```
5757
5858
> ![Static Badge](https://img.shields.io/badge/-Prompt-text?style=social&logo=github%20copilot)
5959
>
6060
> ```prompt
61-
> Let's use the AAA (Arrange-Act-Assert) testing pattern to structure our tests
61+
> Make sure we use `pytest` and add it to `requirements.txt` file
6262
> ```
6363
64+
6465
1. Review the proposed plan and when you are happy with it, click **Start implementation** to hand off to **Agent Mode**.
6566
6667
<img width="350" alt="image" src="../images/plan-mode-start-implementation.png" />

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
fastapi
22
uvicorn
3+
httpx
34
watchfiles

0 commit comments

Comments
 (0)