AWS AI Practitioner
A company is using a large language model (LLM) on Amazon Bedrock to build a chatbot. The chatbot processes customer support requests. To resolve a request, the customer and the chatbot must interact a few times. Which solution gives the LLM the ability to use content from previous customer messages?
A
Turn on model invocation logging to collect messages.
B
Add messages to the model prompt.
✓ Correcta
C
Use Amazon Personalize to save conversation history.
D
Use Provisioned Throughput for the LLM.