mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-28 11:24:30 +01:00
Co-authored-by: Luke <2609441+lc0rp@user.noreply.github.com> Co-authored-by: merwanehamadi <merwanehamadi@gmail.com>
22 lines
652 B
JSON
22 lines
652 B
JSON
{
|
|
"name": "TestDebugSimpleTypoWithGuidance",
|
|
"category": ["code", "iterate"],
|
|
"task": "1- Run test.py.\n2- Read sample_code.py.\n3- Modify sample_code.py.\nRepeat step 1, 2 and 3 until test.py runs without errors.\n",
|
|
"dependencies": ["TestReadFile"],
|
|
"cutoff": 75,
|
|
"ground": {
|
|
"answer": "[0, 1] [2, 5] [0, 3]",
|
|
"should_contain": ["[0, 1]", "[2, 5]", "[0, 3]"],
|
|
"should_not_contain": [],
|
|
"files": ["test.py"],
|
|
"eval": {
|
|
"type": "python"
|
|
}
|
|
},
|
|
"info": {
|
|
"difficulty": "novice",
|
|
"description": "Tests ability for the agent to debug python code with a simple typo in it.",
|
|
"side_effects": []
|
|
}
|
|
}
|