
Explanation:

To validate prompt engineering f or Microsoft Copilot Studio agents , the goal is to confirm that the agent responds correctly even when users ask the same thing in different ways, and to measure whether the responses are actually useful and correct.
For the prompt validation technique , the correct choice is Use prompts that have varied phrasing . This is a core best practice because real users do not ask questions in one fixed form. They may use different wording, sentence structure, synonyms, or levels of detail. Testing with varied phra sing checks whether the prompt design is robust and whether the agent can still produce the right response across natural language variation.
For the metric , the correct choice is Response relevance and accuracy . Since the requirement is to ensure responses are accurate and contextually relevant , this is the most appropriate measure. It directly evaluates whether the output answers the user's need correctly and in the right context.
Why the other options are not correct:
* Exclude domain-specific term inology from the prompts is not a best practice in business AI solutions.
In many enterprise scenarios, domain-specific terms are essential for accuracy.
* Use only simple, one-word prompts does not reflect real-world usage and would weaken testing coverage.
* The number of words generated per response does not tell you whether the response is correct or contextually appropriate.
* The response generation time is a performance metric, not the best metric for validating prompt quality.