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? Comprehensive and Detailed Explanation From Exact AWS AI documents: Prompt engineering is the primary method for controlling tone, style, and behavior of foundation model responses. AWS generative AI guidance explains that: Prompts can define tone, voice, and response structure Iterative refinement ensures consistent outputs Prompt refinement requires no model retraining Why the other options are incorrect: Token limits (A) affect length, not tone. Batch inferencing (B) affects processing mode, not response style. Higher temperature (D) increases randomness, reducing consistency. AWS AI document references: Prompt Engineering Best Practices Controlling Model Output Tone
A. Set a low limit on the number of tokens the FM can produce
B. Use batch inferencing to process detailed responses
C. Refine the prompt until the FM produces the desired responses
D. Define a higher number for the temperature parameter