mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-02 05:44:32 +01:00
34 lines
784 B
JSON
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."
|
|
}
|