After Openhands function calling was updated, openhands_resolver/prompts/resolve/basic-with-tests.jinja wasn't updated to use finish action instead of <execute_bash>exit</execute_bash>
Changes
Replaced original line with
When you think you have fixed the issue through code changes, please call the finish action to end the interaction.
Note that using
When you think you have fixed the issue through code changes, please finish the interaction. still caused agent to call exit, and had to explicitly request that finish action be used.
This address issue #229
After
Openhands
function calling was updated,openhands_resolver/prompts/resolve/basic-with-tests.jinja
wasn't updated to usefinish action
instead of<execute_bash>exit</execute_bash>
Changes
Replaced original line with
When you think you have fixed the issue through code changes, please call the finish action to end the interaction.
Note that using
When you think you have fixed the issue through code changes, please finish the interaction.
still caused agent to callexit
, and had to explicitly request thatfinish action
be used.