Files
Auto-GPT/benchmark/agbenchmark/challenges/deprecated/code/d2.3_import/data.json
merwanehamadi ff4c76ba00 Make agbenchmark a proxy of the evaluated agent (#5279)
Make agbenchmark a Proxy of the evaluated agent

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-20 16:06:00 -07:00

33 lines
779 B
JSON

{
"name": "DebugMultipleTypo",
"category": [
"code",
"iterate"
],
"task": "Make test.py run without errors.",
"dependencies": [
"DebugSimpleTypoWithoutGuidance"
],
"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": []
},
"eval_id": "6fbabc52-c9b0-43e7-afbc-4b8d64c1e4da"
}