File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ Additional details about remote sessions can be found in the [Copilot CLI docs](
594594The hands-on examples focused on reviewing and refactoring ` book_app.py ` . Now practice the same skills on a different file, ` utils.py ` :
595595
5965961 . Start an interactive session: ` copilot `
597- 2 . Ask Copilot CLI to summarize the file: ` @samples/book-app-project/utils.py What does each function in this file do? `
597+ 2 . Ask Copilot CLI to summarize the file: ` @samples/book-app-project/utils.py ` and what does each function in this file do?
5985983 . Ask it to add input validation: "Add validation to ` get_user_choice() ` so it handles empty input and non-numeric entries"
5995994 . Ask it to improve error handling: "What happens if ` get_book_details() ` receives an empty string for the title? Add guards for that."
6006005 . Ask for a docstring: "Add a comprehensive docstring to ` get_book_details() ` with parameter descriptions and return values"
You can’t perform that action at this time.
0 commit comments