You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In "ran a python command" and "ran a bash command", we have success/failure indicators about whether the command worked well, in the form of green checks or red xs when the command worked or didn't work.
However, when using tools for file reading/editing, currently we get results that are not consistent. If it succeeds we get "Read the contents of a file" or "edited the contents of a file" with no success indicator, and if it fails we get "Ran a python command" with no success indicator.
The expected behavior is:
Success: "Read the contents of a file" or "Edited the contents of a file" with a success indicator
Failure: "Read the contents of a file" or "Edited the contents of a file" with a failure indicator
We should:
Write tests demonstrating the desired behavior
Run these new tests by following the standard workflow in fe-unit-tests.yml to make sure that they fail (demonstrating that the current behavior is undesired)
Fix the behavior and make sure that the tests pass
OpenHands Installation
app.all-hands.dev
OpenHands Version
No response
Operating System
None
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
In "ran a python command" and "ran a bash command", we have success/failure indicators about whether the command worked well, in the form of green checks or red xs when the command worked or didn't work.
However, when using tools for file reading/editing, currently we get results that are not consistent. If it succeeds we get "Read the contents of a file" or "edited the contents of a file" with no success indicator, and if it fails we get "Ran a python command" with no success indicator.
The expected behavior is:
We should:
fe-unit-tests.yml
to make sure that they fail (demonstrating that the current behavior is undesired)OpenHands Installation
app.all-hands.dev
OpenHands Version
No response
Operating System
None
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered: