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
When choosing "microsoft" as --type, we should make sure Kiota relies on Manifest validator library to validate and be sure we are generating a valid plugin.
The text was updated successfully, but these errors were encountered:
|`--type \| -t`| Yes | openai | The target type of plugin for the generated output files. Accepts multiple values. Possible values are `openai` and `apimanifest`. Defaults to `apimanifest`| Yes |
as #4416 is currently generating the microsoft plugin type when the parameter apimanifest type is passed?
Specs are going to be updated to also add microsoft as a valid --type. The current output being generated when passing --type apimanifest is the desired outcome to when using microsoft.
When choosing "microsoft" as --type, we should make sure Kiota relies on Manifest validator library to validate and be sure we are generating a valid plugin.
The text was updated successfully, but these errors were encountered: