A developer sets the Copilot Studio agent to 'Generative' orchestration mode. How does this change the agent's topic selection behavior compared to 'Classic' mode?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Generative orchestration lets the AI model read the full conversation and pick the right topic intelligently, instead of rigidly matching trigger phrases. Topics still run — the AI just routes smarter. Answer: B.
Full explanation below image
Full Explanation
Copilot Studio supports two orchestration modes that control how the agent determines which topic to invoke.
Option B is correct. In Generative orchestration mode, the underlying large language model analyzes the user's message in full conversational context — including previous turns — to select the most appropriate topic or action. This is more flexible than Classic mode because it understands paraphrasing, context shifts, and nuanced user intent that may not exactly match trigger phrases. Custom topics, knowledge sources, and actions are all still available — the AI simply decides which to invoke more intelligently.
Option A is incorrect. Generative mode does not disable custom topics. Custom topics are still fully active and can be selected by the AI orchestrator when they are the most appropriate response to the user's input.
Option C is incorrect. Trigger phrases are still used by the AI as hints about what each topic handles, but they are not replaced by AI summaries. The orchestrator uses descriptions and topic names alongside trigger phrases to make routing decisions.
Option D is incorrect. Topics do not need generative answers nodes to work in Generative orchestration mode. Generative mode changes how topics are selected, not what the topics contain. Existing topics with standard message, question, and action nodes work exactly as before.