-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update using.md #139
base: main
Are you sure you want to change the base?
Update using.md #139
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:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I appreciate the input. I'll create a new topic.
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Official name is "Copilot Agent Plugins" CC @fabianwilliams
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah thanks for letting me know. Don't hesitate to switch the PR to draft, and back to ready when... Ready
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.