From 54c525f645f3a432c00a81f6c075931a500aae80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ADsa=20Rissi?= Date: Fri, 28 Jun 2024 11:55:51 -0300 Subject: [PATCH] Update kiota add --type to apiplugin --type possible values are now: - apiplugin - openai - apimanifest --- docs/ttk-declarative-copilot-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ttk-declarative-copilot-getting-started.md b/docs/ttk-declarative-copilot-getting-started.md index 27db365..0346123 100644 --- a/docs/ttk-declarative-copilot-getting-started.md +++ b/docs/ttk-declarative-copilot-getting-started.md @@ -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]