
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
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
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.
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
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
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
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.