nerdexam
Databricks

GENERATIVE-AI-ENGINEER-ASSOCIATE · Question #39

A Generative AI Engineer is using LangGraph to define multiple tools in a single agentic application. They want to enable the main orchestrator LLM to decide on its own which tools are most appropriat

Sign in or unlock GENERATIVE-AI-ENGINEER-ASSOCIATE to reveal the answer and full explanation for question #39. The question stem and answer options stay visible for context.

Building Generative AI Agents

Question

A Generative AI Engineer is using LangGraph to define multiple tools in a single agentic application. They want to enable the main orchestrator LLM to decide on its own which tools are most appropriate to call for a given prompt. To do this, they must determine the general flow of the code. Which sequence will do this?

Options

  • A
    1. Define or import the tools 2. Add tools and LLM to the agent 3. Create the ReAct agent
  • B
    1. Define or import the tools 2. Define the agent 3. Initialize the agent with ReAct, the LLM, and
  • C
    1. Define the tools 2. Load each tool into a separate agent 3. Instruct the LLM to use ReAct to call
  • D
    1. Define the tools inside the agents 2. Load the agents into the LLM 3. Instruct the LLM to use

Unlock GENERATIVE-AI-ENGINEER-ASSOCIATE to see the answer

You've previewed enough free GENERATIVE-AI-ENGINEER-ASSOCIATE questions. Unlock GENERATIVE-AI-ENGINEER-ASSOCIATE for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#LangGraph#Agentic AI#LLM Tools#ReAct
Full GENERATIVE-AI-ENGINEER-ASSOCIATE Practice