PLAT-ADMN-201 · Question #73
What is the next step an agent performs when the tasks within an agentic loop are all unsatisfactory?
The correct answer is D. Asks for additional information. In an agentic loop, the AI agent iteratively tries to solve a user's request by calling actions and evaluating the results. If the results of those actions are unsatisfactory (e.g., the data returned doesn't answer the prompt or a required input is missing), the agent's next…
Question
Options
- AProvides the best answer possible with caveats
- BGives an error message
- CRoutes to a live agent
- DAsks for additional information
How the community answered
(30 responses)- A3% (1)
- B13% (4)
- C7% (2)
- D77% (23)
Explanation
In an agentic loop, the AI agent iteratively tries to solve a user's request by calling actions and evaluating the results. If the results of those actions are unsatisfactory (e.g., the data returned doesn't answer the prompt or a required input is missing), the agent's next logical step is to ask for additional information. By clarifying the user's intent or requesting the missing data point, the agent can initiate a new loop with better inputs. Giving up with an error message (Option B) or providing a "best guess" (Option A) are considered failures of the reasoning process. Routing to a live agent (Option C) is an escalation step that typically happens after the agent has failed to resolve the issue even after clarification, or if the user explicitly asks for human help.
Topics
Community Discussion
No community discussion yet for this question.