GitHub Copilot Certification — Question 7
What are two techniques that can be used to improve prompts to GitHub Copilot? (Choose two.)
Answer options
- A. Provide specific success criteria
- B. Provide all information about the utilized files
- C. Provide insight on where to get the content from to get a response
- D. Provide links to supporting documentation
Correct answer: A, C
Explanation
Providing specific success criteria (Option A) helps GitHub Copilot understand the desired outcome, guiding it to generate more relevant suggestions. Offering insight on where to get the content from (Option C) allows Copilot to tailor its responses based on reliable sources. The other options, while potentially useful, do not directly improve the prompt's effectiveness as much as A and C do.