Share via

Copilot Agent Not Responding in Microsoft Teams

Hareesh A 0 Reputation points
2026-03-09T13:08:41.8533333+00:00

After uploading a file in the Copilot agent chat in Microsoft Teams, the agent gets stuck and does not respond. Also the same issue started occurring after configuring the Connection Manager setup for the agent.

Microsoft Copilot | Microsoft 365 Copilot | Development

1 answer

Sort by: Most helpful
  1. Sayali-MSFT 5,361 Reputation points Microsoft External Staff Moderator
    2026-03-12T09:48:31.5333333+00:00

    Hello Hareesh A,
    The agent can appear to hang in Microsoft Teams due to two common causes: file uploads and authentication introduced by connections or A2A (agent-to-agent) configurations. When a user uploads a file in Teams, the agent receives a reference to the file rather than the file itself. If the agent is not explicitly designed to process attachments or resolve that reference, the orchestrator waits indefinitely for tool resolution, causing the conversation to stall. Similarly, when a connection or sub-agent is added, the agent may switch to authenticated execution mode, requiring Teams SSO or an OAuth handshake. If authentication cannot complete, the agent never reaches execution and stops responding. These issues often do not appear in the Copilot Studio test pane because it uses a different runtime, bypasses some authentication checks, and handles uploads differently.
    As a result, flows that work in Copilot Studio may fail silently in Teams. The recommended mitigations include guarding against file uploads if they are not supported, validating authentication flows for connections, and adding fallback responses to avoid silent failures.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.