Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenAPI 3.0 Descriptions #4301

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -94401,7 +94401,7 @@
"properties": {
"name": {
"type": "string",
"description": "Name of the language used for Copilot code completion suggestions, for the given editor."
"description": "Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'."
},
"is_custom_model": {
"type": "boolean",
Expand Down Expand Up @@ -94490,7 +94490,7 @@
"properties": {
"name": {
"type": "string",
"description": "Name of the language used for Copilot code completion suggestions, for the given editor."
"description": "Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'."
},
"is_custom_model": {
"type": "boolean",
Expand Down Expand Up @@ -94543,7 +94543,7 @@
"properties": {
"name": {
"type": "string",
"description": "Name of the language used for Copilot code completion suggestions, for the given editor."
"description": "Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'."
},
"is_custom_model": {
"type": "boolean",
Expand Down Expand Up @@ -94599,7 +94599,7 @@
"properties": {
"name": {
"type": "string",
"description": "Name of the language used for Copilot code completion suggestions, for the given editor."
"description": "Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'."
},
"is_custom_model": {
"type": "boolean",
Expand Down
16 changes: 8 additions & 8 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68539,8 +68539,8 @@ components:
properties:
name:
type: string
description: Name of the language used for Copilot code completion
suggestions, for the given editor.
description: Name of the model used for Copilot code completion
suggestions. If the default model is used will appear as 'default'.
is_custom_model:
type: boolean
description: Indicates whether a model is custom or default.
Expand Down Expand Up @@ -68622,8 +68622,8 @@ components:
properties:
name:
type: string
description: Name of the language used for Copilot code completion
suggestions, for the given editor.
description: Name of the model used for Copilot code completion
suggestions. If the default model is used will appear as 'default'.
is_custom_model:
type: boolean
description: Indicates whether a model is custom or default.
Expand Down Expand Up @@ -68667,8 +68667,8 @@ components:
properties:
name:
type: string
description: Name of the language used for Copilot code completion
suggestions, for the given editor.
description: Name of the model used for Copilot code completion suggestions.
If the default model is used will appear as 'default'.
is_custom_model:
type: boolean
description: Indicates whether a model is custom or default.
Expand Down Expand Up @@ -68716,8 +68716,8 @@ components:
properties:
name:
type: string
description: Name of the language used for Copilot code completion
suggestions, for the given editor.
description: Name of the model used for Copilot code completion
suggestions. If the default model is used will appear as 'default'.
is_custom_model:
type: boolean
description: Indicates whether a model is custom or default.
Expand Down
8 changes: 4 additions & 4 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -94401,7 +94401,7 @@
"properties": {
"name": {
"type": "string",
"description": "Name of the language used for Copilot code completion suggestions, for the given editor."
"description": "Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'."
},
"is_custom_model": {
"type": "boolean",
Expand Down Expand Up @@ -94490,7 +94490,7 @@
"properties": {
"name": {
"type": "string",
"description": "Name of the language used for Copilot code completion suggestions, for the given editor."
"description": "Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'."
},
"is_custom_model": {
"type": "boolean",
Expand Down Expand Up @@ -94543,7 +94543,7 @@
"properties": {
"name": {
"type": "string",
"description": "Name of the language used for Copilot code completion suggestions, for the given editor."
"description": "Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'."
},
"is_custom_model": {
"type": "boolean",
Expand Down Expand Up @@ -94599,7 +94599,7 @@
"properties": {
"name": {
"type": "string",
"description": "Name of the language used for Copilot code completion suggestions, for the given editor."
"description": "Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'."
},
"is_custom_model": {
"type": "boolean",
Expand Down
Loading