DatabricksDatabricks
GENERATIVE-AI-ENGINEER-ASSOCIATE · Question #74
GENERATIVE-AI-ENGINEER-ASSOCIATE Question #74: Real Exam Question with Answer & Explanation
The correct answer is B: Write a system prompt for the agent listing available tools and bundle it into an agent system that. See the full explanation below for the reasoning.
LLM Agent System Design
Question
A Generative AI Engineer is creating an agent-based LLM system for their favorite monster truck team. The system can answer text based questions about the monster truck team, lookup event dates via an API call, or query tables on the team's latest standings. How could the Generative AI Engineer best design these capabilities into their system?
Options
- AIngest PDF documents about the monster truck team into a vector store and query it in a RAG
- BWrite a system prompt for the agent listing available tools and bundle it into an agent system that
- CInstruct the LLM to respond with "RAG", "API", or "TABLE" depending on the query, then use text
- DBuild a system prompt with all possible event dates and table information in the system prompt.
Topics
#LLM Agents#Tool Use#System Prompting#Generative AI Architecture
Community Discussion
No community discussion yet for this question.