You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/github/introduction-prompt-engineering-with-github-copilot/includes/1-introduction.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,11 @@ GitHub Copilot, powered by OpenAI, is changing the game in software development.
3
3
But to get the most out of GitHub Copilot, you need to know about prompt engineering. Prompt engineering is how you tell GitHub Copilot what you need. The quality of the code it gives back depends on how clear and accurate your prompts are.
4
4
5
5
In this module, you'll learn about:
6
-
Prompt engineering principles, best practices, and how GitHub Copilot learns from your prompts to provide context-aware responses.
7
-
The underlying flow of how GitHub Copilot processes user prompts to generate responses or code suggestions.
8
-
The data flow for code suggestions and chat in GitHub Copilot.
9
-
LLMs (Large Language Models) and their role in GitHub Copilot and prompting.
10
-
How to craft effective prompts that optimize GitHub Copilot's performance, ensuring precision and relevance in every code suggestion.
11
-
The intricate relationship between prompts and Copilot's responses.
12
-
How Copilot handles data from prompts in different situations, including secure transmission and content filtering.
6
+
7
+
- Prompt engineering principles, best practices, and how GitHub Copilot learns from your prompts to provide context-aware responses.
8
+
- The underlying flow of how GitHub Copilot processes user prompts to generate responses or code suggestions.
9
+
- The data flow for code suggestions and chat in GitHub Copilot.
10
+
- LLMs (Large Language Models) and their role in GitHub Copilot and prompting.
11
+
- How to craft effective prompts that optimize GitHub Copilot's performance, ensuring precision and relevance in every code suggestion.
12
+
- The intricate relationship between prompts and Copilot's responses.
13
+
- How Copilot handles data from prompts in different situations, including secure transmission and content filtering.
0 commit comments