AWS Certified AI Practitioner (AIF-C01) — Question 58

An education provider is building a question and answer application that uses a generative AI model to explain complex concepts. The education provider wants to automatically change the style of the model response depending on who is asking the question. The education provider will give the model the age range of the user who has asked the question.
Which solution meets these requirements with the LEAST implementation effort?

Answer options

Correct answer: B

Explanation

The correct answer is B because adding a role description directly instructs the model on how to customize its response for different age ranges, requiring minimal implementation effort. Options A and C involve more complex adjustments or reasoning processes that would require additional work, while D does not necessarily ensure the appropriate style is used, only the length of the response.