I have a Copilot Studio agent with the generative orchestration ON, which is deployed on a SharePoint page and on Teams.
Problem: I want to implement a loading or progress bar indicator before the response generates, and the same should disappear/be invisible once the response starts getting generated.
1. On Teams, the media type "ProgressBar" in the adaptive card is supported, so I can see the loading bar, but I couldn't find how to hide it when the response started generating.
2. On SharePoint type, the media type "ProgressBar" in the adaptive card is not visible; it is coming as a blank message. How to make it visible and hide it when the response starts generating.
a. The first one in Media is an adaptive card of type "ProgressBar", which is visible in Teams but not in the SharePoint site.
b. The rest are loading GIFs, which is not visible at all in Teams but visible in the SharePoint site.
Can I have the solution for this or any advice, please?
On Teams - GIFs are not loading
On SharePoint, the adaptive card not loading but GIFs are loading