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?
A.
Modify the advanced prompts for the agent to include the examples.
B.
Create a guardrail for the agent that includes the examples.
C.
Use Amazon SageMaker Ground Truth to label the examples.
D.
Run a script in AWS Lambda that adds the examples to the training dataset.
Advanced Prompts in Amazon Bedrock Agents:
Allow you to customize the system prompts that guide the agent's behavior
Perfect for including specific examples (few-shot prompting) to improve accuracy
Direct and immediate impact on agent performance without retraining
Can include examples of desired input/output patterns, formatting, or domain-specific responses
Built-in feature specifically designed for this type of customization
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
nand2804
2 weeks, 2 days ago