Skip to content

Commit e0e2f8a

Browse files
authored
Merge pull request #36254 from github/repo-sync
Repo sync
2 parents 5a670eb + ed06525 commit e0e2f8a

File tree

5 files changed

+20
-21
lines changed

5 files changed

+20
-21
lines changed

content/copilot/using-github-copilot/ai-models/using-gemini-flash-in-github-copilot.md

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ topics:
1818
{% data variables.copilot.copilot_gemini_flash %} is currently available in:
1919

2020
* {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.prodname_vscode %}
21-
* {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.prodname_vs %} 2022 version 17.12 or later
2221
* Immersive mode in {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.github %}
2322

2423
{% data variables.product.prodname_copilot %} uses {% data variables.copilot.copilot_gemini_flash %} hosted on Google Cloud Platform (GCP). When using {% data variables.copilot.copilot_gemini_flash %}, prompts and metadata are sent to GCP, which makes the [following data commitment](https://cloud.google.com/gemini/docs/discover/data-governance): _Gemini doesn't use your prompts, or its responses, as data to train its models._

src/graphql/data/fpt/schema.docs.graphql

+5-5
Original file line numberDiff line numberDiff line change
@@ -18743,7 +18743,7 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
1874318743
orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
1874418744

1874518745
"""
18746-
A project to search for under the the owner.
18746+
A project to search for under the owner.
1874718747
"""
1874818748
query: String
1874918749
): ProjectV2Connection!
@@ -30189,7 +30189,7 @@ type Organization implements Actor & AnnouncementBannerI & MemberStatusable & No
3018930189
orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
3019030190

3019130191
"""
30192-
A project to search for under the the owner.
30192+
A project to search for under the owner.
3019330193
"""
3019430194
query: String
3019530195
): ProjectV2Connection!
@@ -35994,7 +35994,7 @@ interface ProjectV2Owner {
3599435994
orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
3599535995

3599635996
"""
35997-
A project to search for under the the owner.
35997+
A project to search for under the owner.
3599835998
"""
3599935999
query: String
3600036000
): ProjectV2Connection!
@@ -37824,7 +37824,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
3782437824
orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
3782537825

3782637826
"""
37827-
A project to search for under the the owner.
37827+
A project to search for under the owner.
3782837828
"""
3782937829
query: String
3783037830
): ProjectV2Connection!
@@ -62904,7 +62904,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
6290462904
orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
6290562905

6290662906
"""
62907-
A project to search for under the the owner.
62907+
A project to search for under the owner.
6290862908
"""
6290962909
query: String
6291062910
): ProjectV2Connection!

src/graphql/data/fpt/schema.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -29335,7 +29335,7 @@
2933529335
},
2933629336
{
2933729337
"name": "query",
29338-
"description": "<p>A project to search for under the the owner.</p>",
29338+
"description": "<p>A project to search for under the owner.</p>",
2933929339
"type": {
2934029340
"name": "String",
2934129341
"id": "string",
@@ -41688,7 +41688,7 @@
4168841688
},
4168941689
{
4169041690
"name": "query",
41691-
"description": "<p>A project to search for under the the owner.</p>",
41691+
"description": "<p>A project to search for under the owner.</p>",
4169241692
"type": {
4169341693
"name": "String",
4169441694
"id": "string",
@@ -51873,7 +51873,7 @@
5187351873
},
5187451874
{
5187551875
"name": "query",
51876-
"description": "<p>A project to search for under the the owner.</p>",
51876+
"description": "<p>A project to search for under the owner.</p>",
5187751877
"type": {
5187851878
"name": "String",
5187951879
"id": "string",
@@ -77134,7 +77134,7 @@
7713477134
},
7713577135
{
7713677136
"name": "query",
77137-
"description": "<p>A project to search for under the the owner.</p>",
77137+
"description": "<p>A project to search for under the owner.</p>",
7713877138
"type": {
7713977139
"name": "String",
7714077140
"id": "string",
@@ -82388,7 +82388,7 @@
8238882388
},
8238982389
{
8239082390
"name": "query",
82391-
"description": "<p>A project to search for under the the owner.</p>",
82391+
"description": "<p>A project to search for under the owner.</p>",
8239282392
"type": {
8239382393
"name": "String",
8239482394
"id": "string",

src/graphql/data/ghec/schema.docs.graphql

+5-5
Original file line numberDiff line numberDiff line change
@@ -18743,7 +18743,7 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
1874318743
orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
1874418744

1874518745
"""
18746-
A project to search for under the the owner.
18746+
A project to search for under the owner.
1874718747
"""
1874818748
query: String
1874918749
): ProjectV2Connection!
@@ -30189,7 +30189,7 @@ type Organization implements Actor & AnnouncementBannerI & MemberStatusable & No
3018930189
orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
3019030190

3019130191
"""
30192-
A project to search for under the the owner.
30192+
A project to search for under the owner.
3019330193
"""
3019430194
query: String
3019530195
): ProjectV2Connection!
@@ -35994,7 +35994,7 @@ interface ProjectV2Owner {
3599435994
orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
3599535995

3599635996
"""
35997-
A project to search for under the the owner.
35997+
A project to search for under the owner.
3599835998
"""
3599935999
query: String
3600036000
): ProjectV2Connection!
@@ -37824,7 +37824,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
3782437824
orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
3782537825

3782637826
"""
37827-
A project to search for under the the owner.
37827+
A project to search for under the owner.
3782837828
"""
3782937829
query: String
3783037830
): ProjectV2Connection!
@@ -62904,7 +62904,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
6290462904
orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
6290562905

6290662906
"""
62907-
A project to search for under the the owner.
62907+
A project to search for under the owner.
6290862908
"""
6290962909
query: String
6291062910
): ProjectV2Connection!

src/graphql/data/ghec/schema.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -29335,7 +29335,7 @@
2933529335
},
2933629336
{
2933729337
"name": "query",
29338-
"description": "<p>A project to search for under the the owner.</p>",
29338+
"description": "<p>A project to search for under the owner.</p>",
2933929339
"type": {
2934029340
"name": "String",
2934129341
"id": "string",
@@ -41688,7 +41688,7 @@
4168841688
},
4168941689
{
4169041690
"name": "query",
41691-
"description": "<p>A project to search for under the the owner.</p>",
41691+
"description": "<p>A project to search for under the owner.</p>",
4169241692
"type": {
4169341693
"name": "String",
4169441694
"id": "string",
@@ -51873,7 +51873,7 @@
5187351873
},
5187451874
{
5187551875
"name": "query",
51876-
"description": "<p>A project to search for under the the owner.</p>",
51876+
"description": "<p>A project to search for under the owner.</p>",
5187751877
"type": {
5187851878
"name": "String",
5187951879
"id": "string",
@@ -77134,7 +77134,7 @@
7713477134
},
7713577135
{
7713677136
"name": "query",
77137-
"description": "<p>A project to search for under the the owner.</p>",
77137+
"description": "<p>A project to search for under the owner.</p>",
7713877138
"type": {
7713977139
"name": "String",
7714077140
"id": "string",
@@ -82388,7 +82388,7 @@
8238882388
},
8238982389
{
8239082390
"name": "query",
82391-
"description": "<p>A project to search for under the the owner.</p>",
82391+
"description": "<p>A project to search for under the owner.</p>",
8239282392
"type": {
8239382393
"name": "String",
8239482394
"id": "string",

0 commit comments

Comments
 (0)