Merge branch 'jules-11521' of github.com:github/docs-internal into jules-11521
This commit is contained in:
@@ -133,7 +133,7 @@ To share feedback about {% data variables.product.prodname_copilot_chat %}, you
|
||||
|
||||
To use {% data variables.product.prodname_copilot_chat %} with {% data variables.product.prodname_vs %}, you must install the {% data variables.product.prodname_vs %} extension.
|
||||
{% data reusables.copilot.vs-extensions %}
|
||||
1. In the "Manage Extensions" window, click **Visual Studio Marketplace**, search for the "{% data variables.product.prodname_vs %} Extension for {% data variables.product.prodname_copilot %} Preview", then click **Download**.
|
||||
1. In the "Manage Extensions" window, click **Visual Studio Marketplace**, search for "{% data variables.product.prodname_copilot_chat %}", then click **Download**.
|
||||
{% data reusables.copilot.vs-exit-and-relaunch %}
|
||||
|
||||
{% note %}
|
||||
|
||||
@@ -46,4 +46,4 @@ You can search for any of the {% data variables.product.prodname_copilot %} audi
|
||||
|`cfb_seat_assignment_created`| A seat was assigned to a user with no other active seat assignment.
|
||||
|`cfb_seat_assignment_unassigned`| A seat was unassigned from a user.
|
||||
|`copilot.editor_chat_setting`| Confirms the status of the editor chat setting. Possible values: `enabled`, `disabled`, `unconfigured`{% ifversion ghec %} `no policy`{% endif %}.
|
||||
|`code_referencing_setting`| Confirms the status of the code referencing setting. Possible values: `enabled`, `disabled`, `unconfigured`{% ifversion ghec %} `no policy`{% endif %}.
|
||||
|`copilot.code_referencing_setting`| Confirms the status of the code referencing setting. Possible values: `enabled`, `disabled`, `unconfigured`{% ifversion ghec %} `no policy`{% endif %}.
|
||||
|
||||
@@ -48,17 +48,19 @@ You have the ability to manage and make choices regarding the collection, retent
|
||||
|
||||
### What data does {% data variables.product.prodname_copilot_for_individuals %} collect?
|
||||
|
||||
{% data variables.product.prodname_copilot_for_individuals %} utilizes data from file content and additional sources to enhance its functionality. This data collection process is aimed at improving the service and involves the gathering and analysis of certain information.
|
||||
{% data variables.product.prodname_copilot_for_individuals %} relies on file content and additional data to work. It collects data to provide the service, some of which is then retained for further analysis and product improvements. {% data variables.product.prodname_copilot %} processes the following data for individual users.
|
||||
|
||||
{% data reusables.copilot.user-engagement-data %}
|
||||
### User Engagement Data
|
||||
|
||||
When you use {% data variables.product.prodname_copilot %} it will collect usage information about events generated when interacting with the IDE or editor. These events include user edit actions like if Suggestions are accepted or dismissed, and error and general usage data to identify metrics like latency and features engagement. This information may include personal data, such as pseudonymous identifiers.
|
||||
|
||||
#### Prompts
|
||||
|
||||
{% data reusables.copilot.prompts %} These Prompts are only sent in real time unless you have chosen to enable telemetry collection, in which case they are retained.
|
||||
A Prompt is the bundle of contextual information the {% data variables.product.prodname_copilot %} extension sends when a user is working on a file and pauses typing, or when the user opens the {% data variables.product.prodname_copilot_short %} pane. Prompts are retained unless you have disabled code snippet collection in your settings.
|
||||
|
||||
#### Suggestions
|
||||
|
||||
{% data reusables.copilot.suggestions %} By default, Suggestions are only sent in real time. However, if you have enabled telemetry collection, {% data variables.product.prodname_copilot %} retains these Suggestions.
|
||||
A Suggestion is one or more lines of proposed text returned to the {% data variables.product.prodname_copilot %} extension after a Prompt is received and processed by the AI-model. Suggestions are retained unless you disable code snippet collection in your settings.
|
||||
|
||||
### How is the data in {% data variables.product.prodname_copilot_for_individuals %} used and shared?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user