Files
OpenHands/openhands/resolver/prompts/guess_success/issue-success-check.jinja
Graham Neubig a753babb7a Integrate OpenHands resolver into main repository (#4964)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Rohit Malhotra <rohitvinodmalhotra@gmail.com>
2024-11-14 09:45:46 -05:00

19 lines
656 B
Django/Jinja

Given the following issue description and the last message from an AI agent attempting to fix it, determine if the issue has been successfully resolved.
Issue description:
{{ issue_context }}
Last message from AI agent:
{{ last_message }}
(1) has the issue been successfully resolved?
(2) If the issue has been resolved, please provide an explanation of what was done in the PR that can be sent to a human reviewer on github. If the issue has not been resolved, please provide an explanation of why.
Answer in exactly the format below, with only true or false for success, and an explanation of the result.
--- success
true/false
--- explanation
...