Skip to content

Commit

Permalink
New updates to generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Nov 21, 2024
1 parent 1e3bb81 commit 511f223
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/GitHub/Models/CopilotDotcomChat_models.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public partial class CopilotDotcomChat_models : IAdditionalDataHolder, IParsable
#endif
/// <summary>Indicates whether a model is custom or default.</summary>
public bool? IsCustomModel { get; set; }
/// <summary>Name of the language used for Copilot code completion suggestions, for the given editor.</summary>
/// <summary>Name of the model used for Copilot code completion suggestions. If the default model is used will appear as &apos;default&apos;.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Name { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public partial class CopilotDotcomPullRequests_repositories_models : IAdditional
#endif
/// <summary>Indicates whether a model is custom or default.</summary>
public bool? IsCustomModel { get; set; }
/// <summary>Name of the language used for Copilot code completion suggestions, for the given editor.</summary>
/// <summary>Name of the model used for Copilot code completion suggestions. If the default model is used will appear as &apos;default&apos;.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Name { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Models/CopilotIdeChat_editors_models.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public partial class CopilotIdeChat_editors_models : IAdditionalDataHolder, IPar
#endif
/// <summary>Indicates whether a model is custom or default.</summary>
public bool? IsCustomModel { get; set; }
/// <summary>Name of the language used for Copilot code completion suggestions, for the given editor.</summary>
/// <summary>Name of the model used for Copilot code completion suggestions. If the default model is used will appear as &apos;default&apos;.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Name { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public partial class CopilotIdeCodeCompletions_editors_models : IAdditionalDataH
#else
public List<global::GitHub.Models.CopilotIdeCodeCompletions_editors_models_languages> Languages { get; set; }
#endif
/// <summary>Name of the language used for Copilot code completion suggestions, for the given editor.</summary>
/// <summary>Name of the model used for Copilot code completion suggestions. If the default model is used will appear as &apos;default&apos;.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Name { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"descriptionHash": "CDEF6C3DAC0E0FEF9CD50CECF39A8E9192F22D889C522151D331319FC11F45E2805F96C590C59D6766503A18665DB53F820E59879C0ECAC12B40A270EB42D897",
"descriptionHash": "0AB8C0BEBB4CF2CCBAA118062E332EAAB5120B55A149F9ADCA6C6FCA3F01668CDA3C0B67CC026F7F5171A453F27F4A184F747AA1CED8E8AB979AE5C080815180",
"descriptionLocation": "../../../../../schemas/api.github.com.json",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.19.0",
Expand Down

0 comments on commit 511f223

Please sign in to comment.