Skip to content

Commit 4800ea1

Browse files
authored
Improve alt text for images in README.md
Updated image alt texts for clarity and accuracy.
1 parent f32417f commit 4800ea1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Review the suggestions from Copilot and verify the output. **Note:** It is impor
154154
**Note:** In the case that you do not see [Next Edit Suggestions](https://code.visualstudio.com/blogs/2025/02/12/next-edit-suggestions) appear in your editor, check that they are enabled in your editor.
155155
156156
<div align="left">
157-
<img src="./images/NextEdit.gif" alt="Output of /Explain">
157+
<img src="./images/NextEdit.gif" alt="Next Edit Feature" width="500" height="300">
158158
</div>
159159

160160
In the above exercises we achieved the following:
@@ -197,13 +197,13 @@ When executing in Agent mode, Copilot will take a bit longer to work through all
197197
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:
198198

199199
<div align="left">
200-
<img src="./images/agentmodetests.gif" alt="Output Agent Mode Implementation">
200+
<img src="./images/agentmodetests.gif" alt="Output Agent Mode Tests">
201201
</div>
202202

203203
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:
204204

205205
<div align="left">
206-
<img src="./images/011agentmodedocs.jpg" alt="Output Agent Mode Implementation">
206+
<img src="./images/011agentmodedocs.jpg" alt="Output Agent Mode Documentation">
207207
</div>
208208

209209
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)