
Ultimate access to all questions.
An education provider is developing a Q&A application that uses a generative AI model to explain complex concepts. They need to automatically adjust the response style based on the age range of the user asking the question. Which solution meets these requirements with the LEAST implementation effort?
A
Fine-tune the model by using additional training data that is representative of the various age ranges that the application will support.
B
Add a role description to the prompt context that instructs the model of the age range that the response should target.
C
Use chain-of-thought reasoning to deduce the correct style and complexity for a response suitable for that user.
D
Summarize the response text depending on the age of the user so that younger users receive shorter responses.