Fix: Remove conversation starters from API plugin manifests#6947
Merged
Fix: Remove conversation starters from API plugin manifests#6947
Conversation
… plugins Co-authored-by: sebastienlevert <7620955+sebastienlevert@users.noreply.github.com>
Co-authored-by: sebastienlevert <7620955+sebastienlevert@users.noreply.github.com>
Co-authored-by: sebastienlevert <7620955+sebastienlevert@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Kiota generates conversation starters in API plugins and shouldn't.
Fix: Remove conversation starters from API plugin manifests
Sep 23, 2025
peombwa
previously approved these changes
Oct 23, 2025
Contributor
|
@copilot, please add an entry for this fix under the unreleased section in CHANGELOG.md. |
gavinbarron
previously approved these changes
Oct 23, 2025
Co-authored-by: peombwa <7061532+peombwa@users.noreply.github.com>
Copilot
AI
dismissed stale reviews from gavinbarron, peombwa, and MIchaelMainer
via
October 23, 2025 18:36
dcf63d2
Contributor
Author
peombwa
approved these changes
Oct 23, 2025
gavinbarron
approved these changes
Oct 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GetManifestDocument()method, conversation starters are always added regardless of plugin typeGetManifestDocument()to not add conversation starters for API pluginsSummary:
Successfully implemented the fix to prevent API plugins from generating conversation starters. The change was minimal and surgical:
GetManifestDocument()method was always generating conversation starters regardless of plugin typeGetManifestDocument()since it's only used for API pluginsBefore: API plugins included
conversation_startersarray in capabilitiesAfter: API plugins have empty capabilities object (no conversation starters)
The fix addresses the exact issue described in #6946 with minimal code changes and full backward compatibility.
Fixes #6946.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.