Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hello @Abanes, Cameron A
The behavior you're seeing is expected when all of the agents are participating in the same workflow conversation. The "Automatically include agent response as part of the workflow (external) conversation" setting only applies when the agent is operating in its own conversation. If the workflow shares a single conversationId, the orchestration and tool agent messages remain part of that conversation context, so setting the option to false won't suppress their outputs.
If the goal is for the end user to see only the response agent's output, there are a couple of approaches you can consider:
- Keep the orchestration and tool agents in separate conversations and pass only the required context or outputs to the response agent.
- Configure the response agent to generate the final user-facing message while treating intermediate agent outputs as internal reasoning or structured inputs.
- If maintaining conversation continuity is required, verify whether the current Foundry release provides controls for filtering or masking intermediate agent messages in the client/UI. Some behaviors are still evolving as multi-agent orchestration matures.
From your description, it doesn't sound like you're doing anything incorrectly. It may simply be a current platform limitation when using a shared workflow conversation. If so, it would be helpful if Microsoft could clarify whether hiding intermediate agent responses in a shared conversationId workflow is supported today or is planned for a future update.
Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.