Skip to content

Commit d8d50ee

Browse files
author
gitName
committed
User Feedback 442346 - Fix incorrect bullet format per UUF feedback
1 parent aaf6176 commit d8d50ee

File tree

1 file changed

+8
-7
lines changed
  • learn-pr/github/introduction-prompt-engineering-with-github-copilot/includes

1 file changed

+8
-7
lines changed

learn-pr/github/introduction-prompt-engineering-with-github-copilot/includes/1-introduction.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ GitHub Copilot, powered by OpenAI, is changing the game in software development.
33
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.
44

55
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

Comments
 (0)