From the course: Advanced Prompting with GitHub Copilot

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Crafting multiturn prompts

Crafting multiturn prompts

- [Instructor] When crafting multi-turn prompts, you have to make sure that, well, you define them correctly. In this case, I want to make sure that I have proper test coverage. Again, the programming language and the tooling, it's irrelevant. We're going to be relying on GitHub Copilot to help us out here. In this case, I want to make sure that I have the right test coverage. So in this case, I want you to introduce a test coverage workflow that will allow me to see what the coverage is. Like right now, I have no idea what that may be. Run the test and ensure the coverage is above 50%. So this would be certainly a system command, like a terminal command. Finally, update the README. So that's editing some files. So there's a mix of different things. It doesn't need to be a mix of different things. In this case, it just happens that it is. I'm using agent mode. Now, if you were only making changes to a file or set…

Contents