GENERATIVE-AI-LEADER · Question #53
GENERATIVE-AI-LEADER Question #53: Real Exam Question with Answer & Explanation
The correct answer is C: The model receives an observation that contains the outcome of the tool call and records what it. In the ReAct loop the model cycles through Thought then Action then Observation. After it chooses and executes an action such as calling the search tool, the next step is to take in the observation that reports the tool output and to note what was found. That feedback becomes the
Question
A product support team at Riverbend Electronics is piloting a ReAct style agent in Vertex AI that can plan tasks and call a web search tool hosted at example.com. After the model produces a "Thought" about the issue and chooses an "Action" such as invoking the search tool with a specific query, what is the very next key step in the ReAct loop?
Options
- AThe model writes action details to Cloud Logging as the next control step
- BThe model immediately crafts the final user reply without considering tool feedback
- CThe model receives an observation that contains the outcome of the tool call and records what it
- DThe model performs on-the-fly fine-tuning of its weights based on its thought
Explanation
In the ReAct loop the model cycles through Thought then Action then Observation. After it chooses and executes an action such as calling the search tool, the next step is to take in the observation that reports the tool output and to note what was found. That feedback becomes the context for the next thought and helps the model decide whether to take another action or to respond to the user.
Topics
Community Discussion
No community discussion yet for this question.