Files
Auto-GPT/benchmark/agbenchmark/challenges/deprecated/code/d2.3_import/data.json
Merwane Hamadi 1b14d304d4 Benchmark changes
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-12 12:13:39 -07:00

22 lines
569 B
JSON

{
"name": "TestDebugMultipleTypo",
"category": ["code", "iterate"],
"task": "Make test.py run without errors.",
"dependencies": ["TestDebugSimpleTypoWithoutGuidance"],
"cutoff": 90,
"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": "advanced",
"description": "Now it's not just the typo error, but also an incomplete import statement",
"side_effects": []
}
}