diff --git a/src/GitHub/Models/CopilotDotcomChat_models.cs b/src/GitHub/Models/CopilotDotcomChat_models.cs index f2d79064..855770a5 100644 --- a/src/GitHub/Models/CopilotDotcomChat_models.cs +++ b/src/GitHub/Models/CopilotDotcomChat_models.cs @@ -24,7 +24,7 @@ public partial class CopilotDotcomChat_models : IAdditionalDataHolder, IParsable #endif /// Indicates whether a model is custom or default. public bool? IsCustomModel { get; set; } - /// Name of the language used for Copilot code completion suggestions, for the given editor. + /// Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Name { get; set; } diff --git a/src/GitHub/Models/CopilotDotcomPullRequests_repositories_models.cs b/src/GitHub/Models/CopilotDotcomPullRequests_repositories_models.cs index f28a3866..56e6acdb 100644 --- a/src/GitHub/Models/CopilotDotcomPullRequests_repositories_models.cs +++ b/src/GitHub/Models/CopilotDotcomPullRequests_repositories_models.cs @@ -24,7 +24,7 @@ public partial class CopilotDotcomPullRequests_repositories_models : IAdditional #endif /// Indicates whether a model is custom or default. public bool? IsCustomModel { get; set; } - /// Name of the language used for Copilot code completion suggestions, for the given editor. + /// Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Name { get; set; } diff --git a/src/GitHub/Models/CopilotIdeChat_editors_models.cs b/src/GitHub/Models/CopilotIdeChat_editors_models.cs index 4a6c7314..9be76add 100644 --- a/src/GitHub/Models/CopilotIdeChat_editors_models.cs +++ b/src/GitHub/Models/CopilotIdeChat_editors_models.cs @@ -24,7 +24,7 @@ public partial class CopilotIdeChat_editors_models : IAdditionalDataHolder, IPar #endif /// Indicates whether a model is custom or default. public bool? IsCustomModel { get; set; } - /// Name of the language used for Copilot code completion suggestions, for the given editor. + /// Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Name { get; set; } diff --git a/src/GitHub/Models/CopilotIdeCodeCompletions_editors_models.cs b/src/GitHub/Models/CopilotIdeCodeCompletions_editors_models.cs index 44ebc125..607b2c49 100644 --- a/src/GitHub/Models/CopilotIdeCodeCompletions_editors_models.cs +++ b/src/GitHub/Models/CopilotIdeCodeCompletions_editors_models.cs @@ -32,7 +32,7 @@ public partial class CopilotIdeCodeCompletions_editors_models : IAdditionalDataH #else public List Languages { get; set; } #endif - /// Name of the language used for Copilot code completion suggestions, for the given editor. + /// Name of the model used for Copilot code completion suggestions. If the default model is used will appear as 'default'. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Name { get; set; } diff --git a/src/GitHub/kiota-lock.json b/src/GitHub/kiota-lock.json index 8592f1c4..5b6954df 100644 --- a/src/GitHub/kiota-lock.json +++ b/src/GitHub/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "CDEF6C3DAC0E0FEF9CD50CECF39A8E9192F22D889C522151D331319FC11F45E2805F96C590C59D6766503A18665DB53F820E59879C0ECAC12B40A270EB42D897", + "descriptionHash": "0AB8C0BEBB4CF2CCBAA118062E332EAAB5120B55A149F9ADCA6C6FCA3F01668CDA3C0B67CC026F7F5171A453F27F4A184F747AA1CED8E8AB979AE5C080815180", "descriptionLocation": "../../../../../schemas/api.github.com.json", "lockFileVersion": "1.0.0", "kiotaVersion": "1.19.0",