
Answer-first summary for fast verification
Answer: Agents for Amazon Bedrock
## Explanation **Agents for Amazon Bedrock** is the correct answer because it enables AI models to perform tasks by orchestrating interactions with company systems and data sources through API calls. ### Key Details: 1. **Agents for Amazon Bedrock** allow AI models to: - Execute actions by calling APIs - Retrieve information from knowledge bases - Perform multi-step workflows - Handle complex tasks like itinerary generation and booking 2. **Why other options are incorrect:** - **A) Guardrails**: These are for implementing safety controls and content filtering, not for API integration - **B) Knowledge Bases**: These provide retrieval-augmented generation (RAG) capabilities for querying company data, but don't enable dynamic API calls - **D) Continued pretraining**: This refers to further training foundation models on domain-specific data, not for API integration 3. **Use Case Context**: - For itinerary generation, the AI needs to: - Search flights via flight APIs - Check hotel availability via hotel booking APIs - Make recommendations based on real-time data - Handle booking confirmations - Agents for Amazon Bedrock provide the orchestration layer to manage these API interactions 4. **AWS Bedrock Architecture**: - Foundation Models (FMs) provide the core AI capabilities - Agents orchestrate workflows and API calls - Knowledge Bases provide access to company data - Guardrails ensure safe and compliant responses This capability is essential for building AI applications that need to interact with external systems and perform real-time actions.
Author: Ritesh Yadav
Ultimate access to all questions.
A travel company uses Bedrock to automate itinerary generation and booking recommendations. The AI should dynamically call APIs (like flight search or hotel booking). Which Bedrock capability enables this?
A
Guardrails
B
Knowledge Bases
C
Agents for Amazon Bedrock
D
Continued pretraining
No comments yet.