Skip to content

Commit cacf681

Browse files
Update 01-setup-and-first-steps/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b3af7f4 commit cacf681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01-setup-and-first-steps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ Additional details about remote sessions can be found in the [Copilot CLI docs](
594594
The hands-on examples focused on reviewing and refactoring `book_app.py`. Now practice the same skills on a different file, `utils.py`:
595595

596596
1. Start an interactive session: `copilot`
597-
2. Ask Copilot CLI to summarize the file: `@samples/book-app-project/utils.py` and what does each function in this file do?
597+
2. Ask Copilot CLI to summarize the file: "Summarize @samples/book-app-project/utils.py and explain what each function in this file does"
598598
3. Ask it to add input validation: "Add validation to `get_user_choice()` so it handles empty input and non-numeric entries"
599599
4. Ask it to improve error handling: "What happens if `get_book_details()` receives an empty string for the title? Add guards for that."
600600
5. Ask for a docstring: "Add a comprehensive docstring to `get_book_details()` with parameter descriptions and return values"

0 commit comments

Comments
 (0)