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
/// 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'.
1641
1641
///
1642
1642
/// - Remark: Generated from `#/components/schemas/copilot-ide-code-completions/editorsPayload/modelsPayload/name`.
1643
1643
publicvarname:Swift.String?
@@ -1725,7 +1725,7 @@ public enum Components {
1725
1725
/// Creates a new `modelsPayloadPayload`.
1726
1726
///
1727
1727
/// - 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'.
1729
1729
/// - is_custom_model: Indicates whether a model is custom or default.
1730
1730
/// - custom_model_training_date: The training date for the custom model.
1731
1731
/// - 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 {
1909
1909
publicvartotal_engaged_users:Swift.Int?
1910
1910
/// - Remark: Generated from `#/components/schemas/copilot-ide-chat/editorsPayload/modelsPayload`.
0 commit comments