Conversation
Kiota can be installed as an extension of VS code. Updating docs to use Kiota from VS code and create plug-ins.
This comment was marked as outdated.
This comment was marked as outdated.
|
Learn Build status updates of commit 8e2eb2d: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
|
|
||
| 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. |
There was a problem hiding this comment.
This documentation page was originally dedicated to the CLI options. It'll need to be revamped once we remove the feature flag for the CLI experience.
I suggest we move the documentation for the VS Code extension to a new dedicated page to avoid mixing things, plus this page is already quite long.
There was a problem hiding this comment.
I appreciate the input. I'll create a new topic.
|
|
||
| # 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. |
There was a problem hiding this comment.
Official name is "Copilot Agent Plugins" CC @fabianwilliams
There was a problem hiding this comment.
@baywet @fabianwilliams, I'll make sure to give you a heads-up once the PR is ready for review.
| 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. |
There was a problem hiding this comment.
We still have a large customer base who only generate API clients, I'd suggest we move this last point to a separate section below. And add another bullet point to tell them to install TTK extension in case they don't have it.
There was a problem hiding this comment.
Hi @baywet, this PR isn't ready for review. I am adding the info and then giving it a more coherent flow. Thanks for the feedback, though. I'll give you a heads-up once I'm done. :)
There was a problem hiding this comment.
Ah thanks for letting me know. Don't hesitate to switch the PR to draft, and back to ready when... Ready
|
|
||
| # 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. |
There was a problem hiding this comment.
| 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. | |
| Kiota now supports the generation of Copilot Agent 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. |
Work in progress. Kiota can be installed as an extension of VS code. Updating docs to use Kiota from VS code and create plug-ins.