Support using import
to add an adaptive card file in an API plugin manifest
#12665
Labels
Milestone
import
to add an adaptive card file in an API plugin manifest
#12665
Today, the adaptive card information is part of the API Plugin manifest file, which allow us to provide to Copilot how we want to Copilot to render the information retrieved from the API.
As of today, the adaptive card info needs to be in the API plugin manifest under
capabilities>response_semantics
.Proposal
Similar to what we can do with
instructions
of a declarative agent, we should support using import for json files for adaptive cards in plugins.Benefits
adaptive_card.json
can take advantage of Adaptive Cards Previewer for building cards which decreases errors related to invalid adaptive cards.We have seen this same feedback coming from different partners and customers.
The text was updated successfully, but these errors were encountered: