Closed neubig closed 2 hours ago
OpenHands started fixing the issue! You can monitor the progress here.
A potential fix has been generated and a draft PR #286 has been created. Please review the changes.
OpenHands started fixing the issue! You can monitor the progress here.
A potential fix has been generated and a draft PR #289 has been created. Please review the changes.
It seems that when an issue has been resolved, multi-line descriptions of the work done are not properly parsed.
For example, I saw one like the following:
presumably, there should be something else after "The PR successfully addressed the issue by:", such as a bullet list.
This probably needs to be fixed when we parse the output of the
guess_success()
function inresolve_issues.py
, specifically for issue resolution (not PR updates).