Quiz 5 Question 3 of 20

A developer reviews the trace of a GitHub Copilot agent that is supposed to open a GitHub issue, search for related issues, and then post a linking comment. The trace shows: the agent correctly called the 'create_issue' tool, then called 'search_issues' with a query that matched nothing, and then — instead of recognizing there were no related issues — the agent called 'create_issue' a second time with the same parameters. How should this failure be classified?

Select an answer to reveal the explanation.

Motivation