-
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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 commentThe 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 commentThe 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. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. I appreciate the input. I'll create a new topic. |
||||||
|
||||||
## 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). | ||||||
|
||||||
|
||||||
|
||||||
<!-- markdownlint-disable MD024 --> | ||||||
|
||||||
> [!NOTE] | ||||||
|
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