mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-08 00:34:20 +01:00
34 lines
784 B
JSON
34 lines
784 B
JSON
{
|
|
"category": [
|
|
"code",
|
|
"iterate"
|
|
],
|
|
"cutoff": 90,
|
|
"dependencies": [
|
|
"TestDebugSimpleTypoWithoutGuidance"
|
|
],
|
|
"eval_id": "6fbabc52-c9b0-43e7-afbc-4b8d64c1e4da",
|
|
"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."
|
|
}
|