Forum Discussion
jbenson444
Jun 02, 2025Copper Contributor
Is application/vnd.api+json a supported API response format for a Copilot Declarative Agent?
I have been testing some 3rd party API's we use to see how they work with a declarative copilot agent built with the MS365 Agents Toolkit (formerly the Teams Toolkit). I have one API that the agent ...
VickieMurph
Jun 11, 2025Iron Contributor
Remember to add the media_type=application/json parameter when returning data. This can ensure that the data returned by the interface is in the standard JSON format, so that the Copilot Declarative API can correctly identify and process this data.