Building and customizing solutions using Microsoft 365 Copilot APIs and tools
Yes. A likely cause is that the main agent delegated to a child agent that the user could not access. The context confirms that child agents are separate agents with their own orchestration and behavior, and published-agent conversations can enter a failed state where later messages keep failing until the conversation is reset.
For the stuck behavior, this is consistent with a broken conversation/session state. When a published agent stops responding or returns an error, later messages can keep failing. The supported recovery is:
- In Microsoft 365 Copilot, start a new chat with the agent.
- In Microsoft Teams, send the message
/foundry_new_previewto reset the conversation.
After reset, the previous conversation cannot be restored.
For visibility after publishing, there can also be propagation delay:
- An agent might not appear immediately after publishing because the store cache refreshes only when the store is opened, on about a one-hour cycle.
- For organization-wide availability, admin approval can still be pending.
- If the agent was published with personal/shared scope, clearing the store cache or signing out and back in can help refresh visibility.
Applied to this scenario:
- If the child agent was not published or not available to the user when the main agent tried to call it, that can explain the initial access failure.
- If the conversation then entered a bad state, that explains why later prompts to the main agent also failed.
- After publishing the child agent, affected users should first reset the conversation. In Teams, use
/foundry_new_preview. In Microsoft 365 Copilot, start a new chat. - If the child agent still does not appear usable after publishing, allow time for propagation and confirm any required admin approval is complete.
Other causes supported by the context that can also make a published agent fail or appear unresponsive include:
- Conditional Access blocking token acquisition, which can make agents unresponsive or unavailable on channels such as Teams.
- Authentication timeout.
- Missing required license.
- MCP approval required.
What is not supported in the context is a documented statement that uninstalling the app, clearing the Teams client cache, or removing and re-adding the app is required for this exact child-agent access case.