A Copilot Studio developer configures two separate Generative answers nodes in the same agent — one for HR policies and one for IT policies. She wants each node to respond in a different tone (formal for HR, casual for IT) and use different knowledge sources. How should she configure this?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Each Generative answers node has its own configuration panel — think of each node as its own mini-AI with its own instructions and knowledge scope. Two nodes, two configs, one agent. The correct answer is B.
Full explanation below image
Full Explanation
## Why B is Correct In Copilot Studio, each Generative answers node can be individually configured with: - Custom prompt text (providing node-specific instructions, tone, and constraints) - Selected knowledge sources (choosing which agent-level knowledge to search from)
This allows different nodes within the same agent to behave differently. The HR node's prompt specifies formal language and selects the HR knowledge source; the IT node's prompt specifies casual language and selects the IT knowledge source.
## Why the Distractors Are Wrong A (Agent-level instructions switching): Agent-level Instructions set a global persona for the entire agent. Asking the agent to 'switch based on topic' is too vague for consistent behavior — the AI may not reliably interpret which tone to use in each context. Node-level configuration is precise and reliable.
C (Two separate agents): Generative answers nodes are independently configurable. Creating two agents for this use case is unnecessary overhead and fragments what could be a unified user experience.
D (Global variable for tone): A global variable can carry a value, but a Generative answers node does not have a 'tone' input parameter that reads from a variable. Tone must be specified in the node's prompt text, not in a variable reference.
## Exam Tip Node-level prompt in a Generative answers node overrides the agent-level instructions for that specific generation step. Know that both levels exist and understand their precedence.