AIF-C01 · Question #213
A company is creating an agent for its application by using Amazon Bedrock Agents. The agent is performing well, but the company wants to improve the agent's accuracy by providing some specific…
The correct answer is A. Modify the advanced prompts for the agent to include the examples. Embedding specific input–output examples directly into the agent’s advanced prompt (few-shot prompting) guides the model toward more accurate behavior without retraining or additional
Question
A company is creating an agent for its application by using Amazon Bedrock Agents. The agent is performing well, but the company wants to improve the agent’s accuracy by providing some specific examples. Which solution meets these requirements?
Options
- AModify the advanced prompts for the agent to include the examples.
- BCreate a guardrail for the agent that includes the examples.
- CUse Amazon SageMaker Ground Truth to label the examples.
- DRun a script in AWS Lambda that adds the examples to the training dataset.
How the community answered
(26 responses)- A85% (22)
- B8% (2)
- C4% (1)
- D4% (1)
Explanation
Embedding specific input–output examples directly into the agent’s advanced prompt (few-shot prompting) guides the model toward more accurate behavior without retraining or additional
Topics
Community Discussion
No community discussion yet for this question.