Foundation Model Integration, Data Management, and Compliance1 / 5
A developer is using a multilingual Amazon Bedrock foundation model to build a chatbot that should respond only in English, even when users write in another supported language. Which approach should they use?
CorrectIncorrect
Alex
System prompts in the Bedrock Converse API define instructions and context for the model, so they are the right place to specify that every response must be in English. This preserves multilingual input support while controlling the output style. Guardrails can still be used for safety and privacy policies, but their documented filters are content filters, denied topics, word filters, sensitive information filters, contextual grounding checks, and automated reasoning checks, not an English-only response validator.
Sourcedocs.aws.amazon.com
Follow-up answers are available in the app. Create a free account — no credit card required.
Question 1 of 5
Create a free account