AWS Certified AI Practitioner (AIF-C01) — Question 24
A company wants to make a chatbot to help customers. The chatbot will help solve technical problems without human intervention.
The company chose a foundation model (FM) for the chatbot. The chatbot needs to produce responses that adhere to company tone.
Which solution meets these requirements?
Answer options
- A. Set a low limit on the number of tokens the FM can produce.
- B. Use batch inferencing to process detailed responses.
- C. Experiment and refine the prompt until the FM produces the desired responses.
- D. Define a higher number for the temperature parameter.
Correct answer: C
Explanation
Option C is correct because refining the prompt helps tailor the FM's responses to match the desired tone and content. The other options do not directly address the need for tone alignment; setting a token limit (A) or using batch processing (B) does not ensure the responses meet company standards, and increasing the temperature (D) could lead to less predictable outputs that may not fit the company's tone.