You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/code-security/code-scanning/managing-code-scanning-alerts/fixing-alerts-in-security-campaign.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,11 @@ If you want to see the code that triggered the security alert and the suggested
69
69
70
70
If you have access to {% data variables.product.prodname_copilot_chat_short %} then you can ask the AI questions about the vulnerability, the suggested fix, and how to test that the fix is comprehensive.
71
71
72
-
To get the most out of {% data variables.product.prodname_copilot_chat_short %} when you're working on code security, you should consider:
72
+
To get the most out of {% data variables.product.prodname_copilot_chat_short %} when you're working on code security, you should explicitly ask {% data variables.product.prodname_copilot_chat_short %} to use the {% data variables.product.prodname_GH_advanced_security %} skill to answer your questions.
73
73
74
-
1. Indexing your repositories to give {% data variables.product.prodname_copilot_chat_short %} more context to answer questions about the repository code, see [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/customizing-copilot-for-your-organization/indexing-repositories-for-copilot-chat).
75
-
1. Explicitly asking {% data variables.product.prodname_copilot_chat_short %} to use the {% data variables.product.prodname_GH_advanced_security %} skill to answer your questions, for example: "Use the GitHub Advanced Security skill to explain how this alert introduces a vulnerability into the code."
74
+
For example: "Use the GitHub Advanced Security skill to explain how this alert introduces a vulnerability into the code."
75
+
76
+
> [!TIP]
77
+
> {% data reusables.copilot.semantic-index-info %}
Copy file name to clipboardExpand all lines: content/copilot/customizing-copilot/managing-copilot-knowledge-bases.md
-4
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,3 @@ Organization owners can delete a knowledge base created in their organization.
87
87
1. In the left sidebar, click **{% octicon "copilot" aria-hidden="true" %} {% data variables.product.prodname_copilot_short %}** then click **Knowledge bases**.
88
88
1. To the right of the knowledge base you want to delete, click {% octicon "trash" aria-label="The trash symbol" %}.
89
89
1. In the "Confirm deletion" dialog box, review the information and click **Delete**.
90
-
91
-
## Indexing repositories within a knowledge base
92
-
93
-
For more information about indexing, see [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/customizing-copilot-for-your-organization/indexing-repositories-for-copilot-chat)
Copy file name to clipboardExpand all lines: content/copilot/responsible-use-of-github-copilot-features/responsible-use-of-github-copilot-chat-in-github.md
> [!NOTE] {% data reusables.rai.copilot.copilot-chat-dotcom-beta %}
19
-
20
18
## About {% data variables.product.prodname_copilot_chat_dotcom %}
21
19
22
20
{% data variables.product.prodname_copilot_chat_dotcom %} is a chat interface that lets you interact with {% data variables.product.prodname_copilot %}, to ask and receive answers to coding-related questions within {% data variables.product.github %}.
Copy file name to clipboardExpand all lines: content/copilot/setting-up-github-copilot/setting-up-github-copilot-for-your-organization.md
-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,6 @@ If your organization is part of an enterprise on {% data variables.enterprise.da
51
51
52
52
Enhance the {% data variables.product.prodname_copilot_short %} experience for your organization by:
53
53
54
-
***Indexing repositories** to improve {% data variables.product.prodname_copilot_short %}'s responses relating to {% data variables.product.prodname_dotcom %} repositories. See [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/indexing-repositories-for-copilot-chat).
55
54
***Setting up knowledge bases** for use with {% data variables.product.prodname_copilot_chat_short %} _({% data variables.product.prodname_copilot_enterprise_short %} only)_. See [AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/managing-copilot-knowledge-bases).
56
55
***Fine tuning {% data variables.product.prodname_copilot_short %}** by creating a custom large language model. See [AUTOTITLE](/copilot/customizing-copilot/creating-a-custom-model-for-github-copilot).
57
56
***Installing {% data variables.product.prodname_copilot_extensions_short %}** to integrate other tools with {% data variables.product.prodname_copilot_chat_short %}. See [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/installing-github-copilot-extensions-for-your-organization).
Copy file name to clipboardExpand all lines: content/copilot/using-github-copilot/asking-github-copilot-questions-in-github-mobile.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,8 @@ With {% data variables.product.prodname_copilot_enterprise_short %}, you can als
34
34
35
35
## Limitations
36
36
37
-
The following {% ifversion fpt %}limitation applies{% else %} limitations apply{% endif %} to {% data variables.product.prodname_copilot_mobile_short %}:
37
+
The following limitations apply to {% data variables.product.prodname_copilot_mobile_short %}:
38
38
39
-
{% ifversion ghec %}
40
-
* Chat responses may be suboptimal if you ask questions about a specific repository that you've selected as a context, and the repository has not been indexed for semantic code search. {% data reusables.copilot.indexing-who-can-do-this %}{% endif %}
41
39
* The quality of the results from {% data variables.product.prodname_copilot_chat_short %} may, in some situations, be degraded if very large files, or a large number of files, are used as a context for a question.
42
40
43
41
## Prerequisites
@@ -92,9 +90,9 @@ You can ask questions about a specific repository, to get help with understandin
92
90
* Are there any specific environment requirements for working on this project?
93
91
94
92
> [!IMPORTANT]
95
-
> {% data variables.product.prodname_copilot_short %}'s ability to answer natural language questions like these in a repository context is improved when the repository has been indexed for semantic code search. {% data reusables.copilot.indexing-who-can-do-this %} Without indexing, {% data variables.product.prodname_copilot_mobile_short %} may not be able to provide the most relevant answers to your questions.
93
+
> {% data variables.product.prodname_copilot_short %}'s ability to answer natural language questions like these in a repository context is improved when the repository has been indexed for semantic code search. Without indexing, {% data variables.product.prodname_copilot_mobile_short %} may not be able to provide the most relevant answers to your questions.
96
94
>
97
-
> You can't index a repository from {% data variables.product.prodname_mobile %}. Instead you must use {% data variables.product.prodname_copilot_chat_short %} in a web browser. See [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/indexing-repositories-for-copilot-chat).
95
+
> You can't trigger the creation of a semantic code search index for a repository from {% data variables.product.prodname_mobile %}. Instead you must use {% data variables.product.prodname_copilot_chat_short %} in a web browser or {% data variables.product.prodname_vscode %}. See [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/indexing-repositories-for-copilot-chat).
98
96
99
97
{% data reusables.copilot.chat-mobile-conversation-buttons %}
> [!NOTE] {% data variables.product.prodname_copilot_chat_dotcom %} is currently in {% data variables.release-phases.public_preview %} and is subject to change.
17
-
18
16
## Overview
19
17
20
18
{% data variables.product.prodname_copilot_chat_dotcom %} is a chat interface that lets you ask and receive answers to coding-related questions on the {% data variables.product.github %} website.
@@ -33,7 +31,6 @@ On {% data variables.product.github %}, you can use {% data variables.product.pr
33
31
34
32
### Limitations
35
33
36
-
* Chat responses may be suboptimal if you ask questions about a specific repository that you've selected as a context, and the repository has not been indexed for semantic code search. {% data reusables.copilot.indexing-who-can-do-this %} For more information, see [AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/indexing-repositories-for-copilot-chat).
37
34
* The quality of the results from {% data variables.product.prodname_copilot_chat_short %} may, in some situations, be degraded if very large files, or a large number of files, are used as a context for a question.
38
35
39
36
## Powered by skills
@@ -62,7 +59,7 @@ The skills you can use in {% data variables.product.prodname_copilot_chat_dotcom
62
59
|**Pull request details**| Retrieves a specific pull request. This allows you to ask questions about the pull request, including getting a summary of the pull request, its comments, or the code it changes. | Yes |`Summarize this PR for me` <br><br>`Summarize the changes in this PR`|
63
60
|**Release details**| Retrieves the latest, or specified, release. This allows you to find out who created a release, when it happened, and information included in the release notes. | Yes |`When was the latest release?`|
64
61
|**Repository details**| Retrieves a specific {% data variables.product.prodname_dotcom %} repository. This is useful for finding out details such as the repository owner and the main language used. | Yes |`Tell me about this repo`|
65
-
|**Semantic code search**| Natural language semantic code search in the default branch of the Git repository. This skill is useful when you want to know where or how certain functionality has been implemented in the code. Note: this requires indexing to be enabled for the repository (see [AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/indexing-repositories-for-copilot-chat)). | Yes <br><br>Available for all repositories with a {% data variables.product.prodname_copilot_enterprise_short %} subscription, and for public repositories with a {% data variables.product.prodname_copilot_individuals_short %} or {% data variables.product.prodname_copilot_business_short %} subscription. |`How does this repo manage HTTP requests and responses?`|
62
+
|**Semantic code search**| Natural language semantic code search in the default branch of the Git repository. This skill is useful when you want to know where or how certain functionality has been implemented in the code. | Yes <br><br>Available for all repositories with a {% data variables.product.prodname_copilot_enterprise_short %} subscription, and for public repositories with a {% data variables.product.prodname_copilot_individuals_short %} or {% data variables.product.prodname_copilot_business_short %} subscription. |`How does this repo manage HTTP requests and responses?`|
66
63
|**Support search**| Retrieves information from the {% data variables.contact.contact_support_portal %}. This skill is useful for asking {% data variables.product.prodname_copilot_chat_short %} about {% data variables.product.prodname_dotcom %} products and support related questions. | Yes |`Can I use {% data variables.product.prodname_copilot_short %} knowledge bases with {% data variables.product.prodname_copilot_individuals_short %}?`|
67
64
|**Web search**| Searches the web using the Bing search engine. This skill is useful for teaching {% data variables.product.prodname_copilot_short %} about recent events, new developments, trends, technologies, or extremely specific, detailed, or niche subjects. | No <br><br>{% ifversion fpt %}_For {% data variables.product.prodname_copilot_individuals_short %}:_<br>Enable in your user settings.<br><br>_For {% data variables.product.prodname_copilot_business_short %}:_<br>Enable in organization settings.{% else %}Enable in enterprise or organization settings.{% endif %} |`What are some recent articles about SAT tokens securing against vulnerabilities in Node?`|
68
65
@@ -159,9 +156,9 @@ Depending on the question you ask, and your enterprise and organization settings
159
156
160
157
<aid="repo-indexing-note"></a>
161
158
162
-
> [!NOTE]
159
+
> [!TIP]
163
160
>
164
-
> {% data variables.product.prodname_copilot_short %}'s ability to answer natural language questions like these in a repository context is improved when the repository has been indexed for semantic code search. The indexing status of the repository is displayed when you start a conversation that has a repository context. For more information, see [AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/indexing-repositories-for-copilot-chat).
161
+
> {% data reusables.copilot.semantic-index-info %}
165
162
166
163
{% data reusables.copilot.stop-response-generation %}
167
164
{% data reusables.copilot.chat-conversation-buttons %}
@@ -184,9 +181,9 @@ You can ask {% data variables.product.prodname_copilot_short %} about a specific
184
181
185
182
{% data variables.product.prodname_copilot_short %} replies in the chat panel.
186
183
187
-
> [!NOTE]
184
+
> [!TIP]
188
185
>
189
-
> {% data variables.product.prodname_copilot_short %}'s ability to answer natural language questions in the context of a repository is improved when the repository has been indexed for semantic code search. The indexing status of the repository is displayed when you start a conversation that has a repository context. For more information, see [AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/indexing-repositories-for-copilot-chat).
186
+
> {% data reusables.copilot.semantic-index-info %}
190
187
191
188
{% data reusables.copilot.stop-response-generation %}
192
189
{% data reusables.copilot.chat-conversation-buttons %}
@@ -312,6 +309,10 @@ You can chat with {% data variables.product.prodname_copilot_short %} about a fi
312
309
313
310
<aid="repo-indexing-note"></a>
314
311
312
+
> [!TIP]
313
+
>
314
+
> {% data reusables.copilot.semantic-index-info %}
315
+
315
316
{% data reusables.copilot.stop-response-generation %}
316
317
{% data reusables.copilot.chat-conversation-buttons %}
0 commit comments