Files
Auto-GPT/benchmark/agbenchmark/challenges/deprecated/code/d2.3_import/data.json
merwanehamadi 0e804e27dd Add more data challenges (#5390)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-28 19:30:08 -07:00

34 lines
784 B
JSON

{
"category": [
"code",
"iterate"
],
"cutoff": 90,
"dependencies": [
"TestDebugSimpleTypoWithoutGuidance"
],
"eval_id": "f537c143-ab40-4a95-8cf2-ab90cb829ca5",
"ground": {
"answer": "[0, 1] [2, 5] [0, 3]",
"eval": {
"type": "python"
},
"files": [
"test.py"
],
"should_contain": [
"[0, 1]",
"[2, 5]",
"[0, 3]"
],
"should_not_contain": []
},
"info": {
"description": "Now it's not just the typo error, but also an incomplete import statement",
"difficulty": "advanced",
"side_effects": []
},
"name": "DebugMultipleTypo",
"task": "Make test.py run without errors."
}