Skip to content

Commit

Permalink
fix: adds extension data to prevent additional issues in future schem…
Browse files Browse the repository at this point in the history
…a changes

Co-authored-by: Andrew Omondi <[email protected]>
  • Loading branch information
baywet and andrueastman authored Jul 5, 2024
1 parent 9e9b816 commit b968d3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Kiota.Builder/Plugins/Models/AppManifestModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ internal class CopilotExtensions
{
public IList<Plugin> Plugins { get; set; } = [];
public IList<DeclarativeCopilot> DeclarativeCopilots { get; set; } = [];
[JsonExtensionData]
public Dictionary<string, Object> AdditionalData { get; set; } = new();
}

internal class Plugin
Expand Down

0 comments on commit b968d3a

Please sign in to comment.