Which of the following does GitHub Copilot's LLM derive context from when producing a response?
Frequency of commits to the repository
Syntax highlighting scheme of the code in the IDE
Neighboring or related files within a project
Version control system integrated with the IDE
“Copilot may use context from neighboring or related files in the project to improve the accuracy of its suggestions.”
This confirms that context is enriched with information from related files, making option C correct.
Submit