Databricks Certified Generative AI Engineer Associate — Question 66

A Generative AI Engineer needs to design an LLM pipeline to conduct multi-stage reasoning that leverages external tools. To be effective at this, the LLM will need to plan and adapt actions while performing complex reasoning tasks.

Which approach will do this?

Answer options

Correct answer: C

Explanation

The correct answer, C, describes the ReAct framework, which enables the LLM to create reasoning traces and engage with external tools effectively. Option A is ineffective because it doesn't utilize external tools at all, while B relies on manual input for results, which is not as efficient. Option D lacks structure and planning, which is essential for complex reasoning tasks.