1. GitHub Docs
"Managing policies and features for Copilot in your organization." This document details the administrative settings for GitHub Copilot at the organization level.
Section: "Configuring suggestion matching policies"
Content: "GitHub Copilot includes a filter to detect code suggestions that match public code on GitHub. You can choose to enable or disable this filter for your organization... When the filter is enabled
GitHub Copilot checks code suggestions with their surrounding code of about 150 characters against public code on GitHub. If there is a match or a near match
the suggestion will not be shown to you." This directly supports option C as the correct mechanism.
2. GitHub Docs
"Using GitHub Copilot Chat in your IDE." This document describes the chat feature.
Section: "About GitHub Copilot Chat in your IDE"
Content: It explains that Copilot Chat is a conversational interface for coding-related tasks. This confirms that options A and B are features for user interaction
not administrative filters for suggestion sources.
3. GitHub Docs
"Managing policies for GitHub Copilot in your enterprise."
Section: "Enforcing a policy to manage use of GitHub Copilot's access to Bing"
Content: This section clarifies that the Bing access policy is specific to the Copilot Chat feature and its ability to perform web searches
which is distinct from the inline suggestion filtering mechanism. This confirms option D is incorrect.