Skip to content

Commit 3325fc0

Browse files
committed
fixing merge conflict
1 parent 5595603 commit 3325fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Using-GitHub-Copilot-with-CSharp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,13 @@ When executing in Agent mode, Copilot will take a bit longer to work through all
205205
But where Agent mode really shines is that it will iterate on its own output until it resolves errors and reaches a working solution. As agent mode is running, we can see it is running tests to check and verify its own code:
206206

207207
<div align="left">
208-
<img src="./images/agentmodetests.gif" alt="Output Agent Mode Tests" width="500" height="300">
208+
<img src="./images/agentmodetests.gif" alt="Output Agent Mode Tests">
209209
</div>
210210

211211
While Agent Mode is working, we can also view that it has created documentation per our requirements outlined in the tasks that it was given:
212212

213213
<div align="left">
214-
<img src="./images/011agentmodedocs.jpg" alt="Output Agent Mode Documentation" width="500" height="300">
214+
<img src="./images/011agentmodedocs.jpg" alt="Output Agent Mode Documentation">
215215
</div>
216216

217217
For this step in the workshop, agent mode should have taken several minutes to complete your tasks. Review the various changes and confirm that they have achieved all of the given output. With Agent mode, it also outputs what changes were made. The following summary of changes that were made are summarized below:

0 commit comments

Comments
 (0)