Q: 8
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
Discussion
B. but only if the agent can actually use all tools in context. Some frameworks lock agents to text or API-if so, D might be closer. Practice exams vary on this wording.
Pretty sure it's B. With agent-based systems, you can define tools for APIs and tables, then describe them in the prompt so the LLM chooses as needed. Way cleaner than stuffing all info in a system prompt. Unless I'm missing a case here?
Its B
D
B makes more sense here. Agents with tool descriptions let the LLM pick the right capability per query, instead of hardcoding every possible path like in C. Some might pick C for simplicity, but B is how these workflows scale. Disagree?
B imo
C/D? I've seen C suggested before in practice tests, since you could just parse the LLM response and handle with if-else logic. Not the most scalable, but maybe gets the job done fast. Official guide might push for agent tools, but C seems workable for small projects.
Why not D here? Agent could just use a big prompt plus RAG and direct info.
Nah, I don’t think it’s C. B fits better since agents with tool access scale way beyond manual parsing.
Pretty sure I encountered exactly similar question in my exam, it's B.
Be respectful. No spam.