From 0ad4611cd0bc6a9a35334676ac6fd53da82e2977 Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:26:07 -0600 Subject: [PATCH 1/2] Update using.md Kiota can be installed as an extension of VS code. Updating docs to use Kiota from VS code and create plug-ins. --- OpenAPI/kiota/using.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/OpenAPI/kiota/using.md b/OpenAPI/kiota/using.md index 5a80e52..4e83b9f 100644 --- a/OpenAPI/kiota/using.md +++ b/OpenAPI/kiota/using.md @@ -9,6 +9,18 @@ ms.date: 03/10/2023 # Using the Kiota tool +Kiota now supports the generation of AI plugins, including Type-B Plugin manifests, tailored for Microsoft Copilots. These AI plugins can be used to ground Large Language Models (LLMs) by integrating them with relevant, use-case-specific data, thereby enhancing the user experience. + +This article provides instructions on how to use Kiota in Visual Studio Code (VS Code) to generate AI plugins, create API manifests, and integrate them with Microsoft Copilot workflows. + +## Prerequisites +* Visual Studio Code installed on your machine. +* Kiota extension for Visual Studio Code (VS Code). +* A basic understanding of OpenAPI and plugin generation. +* Access to Kiota or a compatible API catalog (e.g., Microsoft Graph API, GitHub API). + + + > [!NOTE] From 8e2eb2daefa745ffbf490b4f4903b45a77419719 Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:30:37 -0600 Subject: [PATCH 2/2] Update install.md --- OpenAPI/kiota/install.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/OpenAPI/kiota/install.md b/OpenAPI/kiota/install.md index 4682c26..31f30fe 100644 --- a/OpenAPI/kiota/install.md +++ b/OpenAPI/kiota/install.md @@ -128,12 +128,15 @@ dotnet tool install --global Microsoft.OpenApi.Kiota ## Install the Visual Studio Code extension -1. Open the [Marketplace page of the extension](https://aka.ms/kiota/extension) -1. Select on the **Install** button. +1. Open VS Code and go to the [Marketplace page of the extension](https://aka.ms/kiota/extension) +2. Click **Install**. +3. Once Kiota is installed, enable the integration with Teams Toolkit (TTK) to leverage Kiota for creating AI plugins. > [!NOTE] > The Kiota Visual Studio Code extension is currently in public preview and is subject to change. + + ## Run in GitHub actions You can use the [setup Kiota GitHub Action](https://github.com/microsoft/setup-kiota/) in your workflow to automate client refresh and more by adding a reference to it in your workflow definition and using the CLI just like you would locally.