GH-300 · Question #64
Select a strategy to increase the performance of GitHub Copilot Chat.
The correct answer is C. Apply prompt engineering techniques to be more specific. Prompt engineering - crafting clear, specific, and well-structured prompts - is the primary developer-controlled strategy to improve the quality and relevance of GitHub Copilot Chat responses. Being precise about intent, constraints, language, and expected output format…
Question
Select a strategy to increase the performance of GitHub Copilot Chat.
Options
- AUse a single GitHub Copilot Chat query to find resolutions for the collection of technical
- BLimit the number of concurrent users accessing GitHub Copilot Chat
- CApply prompt engineering techniques to be more specific
- DOptimize the usage of memory-intensive operations within generated code
How the community answered
(17 responses)- A6% (1)
- B6% (1)
- C76% (13)
- D12% (2)
Explanation
Prompt engineering - crafting clear, specific, and well-structured prompts - is the primary developer-controlled strategy to improve the quality and relevance of GitHub Copilot Chat responses. Being precise about intent, constraints, language, and expected output format directly influences response accuracy. Sending broad, multi-issue queries (A) dilutes focus and degrades response quality. Limiting concurrent users (B) is an infrastructure concern unrelated to response quality. Optimizing memory-intensive operations (D) relates to the generated code's runtime performance, not to Copilot Chat's suggestion quality.
Topics
Community Discussion
No community discussion yet for this question.