Skip to content

Commit c14fd67

Browse files
Commit via running ake Sources/copilot
1 parent 78d46a5 commit c14fd67

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Sources/copilot/Types.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ public enum Components {
16371637
public var total_engaged_users: Swift.Int?
16381638
/// - Remark: Generated from `#/components/schemas/copilot-ide-code-completions/editorsPayload/modelsPayload`.
16391639
public struct modelsPayloadPayload: Codable, Hashable, Sendable {
1640-
/// Name of the language used for Copilot code completion suggestions, for the given editor.
1640+
/// Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'.
16411641
///
16421642
/// - Remark: Generated from `#/components/schemas/copilot-ide-code-completions/editorsPayload/modelsPayload/name`.
16431643
public var name: Swift.String?
@@ -1725,7 +1725,7 @@ public enum Components {
17251725
/// Creates a new `modelsPayloadPayload`.
17261726
///
17271727
/// - Parameters:
1728-
/// - name: Name of the language used for Copilot code completion suggestions, for the given editor.
1728+
/// - name: Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'.
17291729
/// - is_custom_model: Indicates whether a model is custom or default.
17301730
/// - custom_model_training_date: The training date for the custom model.
17311731
/// - total_engaged_users: Number of users who accepted at least one Copilot code completion suggestion for the given editor, for the given language and model. Includes both full and partial acceptances.
@@ -1909,7 +1909,7 @@ public enum Components {
19091909
public var total_engaged_users: Swift.Int?
19101910
/// - Remark: Generated from `#/components/schemas/copilot-ide-chat/editorsPayload/modelsPayload`.
19111911
public struct modelsPayloadPayload: Codable, Hashable, Sendable {
1912-
/// Name of the language used for Copilot code completion suggestions, for the given editor.
1912+
/// Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'.
19131913
///
19141914
/// - Remark: Generated from `#/components/schemas/copilot-ide-chat/editorsPayload/modelsPayload/name`.
19151915
public var name: Swift.String?
@@ -1940,7 +1940,7 @@ public enum Components {
19401940
/// Creates a new `modelsPayloadPayload`.
19411941
///
19421942
/// - Parameters:
1943-
/// - name: Name of the language used for Copilot code completion suggestions, for the given editor.
1943+
/// - name: Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'.
19441944
/// - is_custom_model: Indicates whether a model is custom or default.
19451945
/// - custom_model_training_date: The training date for the custom model.
19461946
/// - total_engaged_users: The number of users who prompted Copilot Chat in the given editor and model.
@@ -2066,7 +2066,7 @@ public enum Components {
20662066
public var total_engaged_users: Swift.Int?
20672067
/// - Remark: Generated from `#/components/schemas/copilot-dotcom-chat/modelsPayload`.
20682068
public struct modelsPayloadPayload: Codable, Hashable, Sendable {
2069-
/// Name of the language used for Copilot code completion suggestions, for the given editor.
2069+
/// Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'.
20702070
///
20712071
/// - Remark: Generated from `#/components/schemas/copilot-dotcom-chat/modelsPayload/name`.
20722072
public var name: Swift.String?
@@ -2089,7 +2089,7 @@ public enum Components {
20892089
/// Creates a new `modelsPayloadPayload`.
20902090
///
20912091
/// - Parameters:
2092-
/// - name: Name of the language used for Copilot code completion suggestions, for the given editor.
2092+
/// - name: Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'.
20932093
/// - is_custom_model: Indicates whether a model is custom or default.
20942094
/// - custom_model_training_date: The training date for the custom model (if applicable).
20952095
/// - total_engaged_users: Total number of users who prompted Copilot Chat on github.com at least once for each model.
@@ -2192,7 +2192,7 @@ public enum Components {
21922192
public var total_engaged_users: Swift.Int?
21932193
/// - Remark: Generated from `#/components/schemas/copilot-dotcom-pull-requests/repositoriesPayload/modelsPayload`.
21942194
public struct modelsPayloadPayload: Codable, Hashable, Sendable {
2195-
/// Name of the language used for Copilot code completion suggestions, for the given editor.
2195+
/// Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'.
21962196
///
21972197
/// - Remark: Generated from `#/components/schemas/copilot-dotcom-pull-requests/repositoriesPayload/modelsPayload/name`.
21982198
public var name: Swift.String?
@@ -2215,7 +2215,7 @@ public enum Components {
22152215
/// Creates a new `modelsPayloadPayload`.
22162216
///
22172217
/// - Parameters:
2218-
/// - name: Name of the language used for Copilot code completion suggestions, for the given editor.
2218+
/// - name: Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'.
22192219
/// - is_custom_model: Indicates whether a model is custom or default.
22202220
/// - custom_model_training_date: The training date for the custom model.
22212221
/// - total_pr_summaries_created: The number of pull request summaries generated using Copilot for Pull Requests in the given repository.

0 commit comments

Comments
 (0)