Building and customizing solutions using Microsoft 365 Copilot APIs and tools
File upload (and download) support for custom engine agent deployed with bot services in copilot chat
We have created a custom engine agent with Microsoft agent framework wrapped in M365 agent SDK. The goal was to deploy to copilot chat but the main use case is for document analysis and this is a very recurrent use case so it is very limiting.
The know issues of M365 copilot extensibility states files can't be uploaded or returned by custom engine agents as a shortage of the copilot platform. (https://learn.microsoft.com/en-us/microsoft-365/copilot/extensibility/known-issues)
This is a followup of an issue reported on the agent toolkit github. (https://github.com/OfficeDev/microsoft-365-agents-toolkit/issues/15325)
When can we expect file support in copilot chat.
Thank you