OpenHands/microagents/fix_test.md
Xingyao Wang 34c13c8824
Add back microagent files with special handling for user inputs (#8139)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
2025-06-09 02:49:54 +08:00

796 B

name, version, author, agent, triggers, inputs
name version author agent triggers inputs
fix_test 1.0.0 openhands CodeActAgent
/fix_test
name description
BRANCH_NAME Branch for the agent to work on
name description
TEST_COMMAND_TO_RUN The test command you want the agent to work on. For example, `pytest tests/unit/test_bash_parsing.py`
name description
FUNCTION_TO_FIX The name of function to fix
name description
FILE_FOR_FUNCTION The path of the file that contains the function

Can you check out branch "{{ BRANCH_NAME }}", and run {{ TEST_COMMAND_TO_RUN }}.

Help me fix these tests to pass by fixing the {{ FUNCTION_TO_FIX }} function in file {{ FILE_FOR_FUNCTION }}.

PLEASE DO NOT modify the tests by yourself -- Let me know if you think some of the tests are incorrect.