Skip to content

Commit

Permalink
Update OpenAPI 3.1 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Nov 20, 2024
1 parent 67dcecd commit addbe3e
Show file tree
Hide file tree
Showing 16 changed files with 160 additions and 156 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95378,7 +95378,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 @@ -95471,7 +95471,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 @@ -95528,7 +95528,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 @@ -95588,7 +95588,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-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68979,8 +68979,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 @@ -69064,8 +69064,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 @@ -69111,8 +69111,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 @@ -69162,8 +69162,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-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -95378,7 +95378,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 @@ -95471,7 +95471,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 @@ -95528,7 +95528,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 @@ -95588,7 +95588,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

0 comments on commit addbe3e

Please sign in to comment.