Skip to content

Commit

Permalink
Update kiota add --type to apiplugin
Browse files Browse the repository at this point in the history
--type possible values are now:
- apiplugin
- openai
- apimanifest
  • Loading branch information
maisarissi authored Jun 28, 2024
1 parent 1ea25ca commit 54c525f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ttk-declarative-copilot-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ To add a plugin to your declarative copilot, follow these steps:
1. Execute the following command:

```bash
~ > src > demos > ttk-declarative-copilot > kiota plugin add --openapi https://aka.ms/repairshub/openapi.json --plugin-name "RepairsHub" --type microsoft --output appPackage
~ > src > demos > ttk-declarative-copilot > kiota plugin add --openapi https://aka.ms/repairshub/openapi.json --plugin-name "RepairsHub" --type apiplugin --output appPackage
warn: Kiota.Builder.KiotaBuilder[0]
OpenAPI warning: #/paths/~1repairs/get/responses/200/content/application~1json/schema/items/properties/image - The format uri is not supported by Kiota and the string type will be used.
warn: Kiota.Builder.KiotaBuilder[0]
Expand Down

0 comments on commit 54c525f

Please sign in to comment.