mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-08 00:34:20 +01:00
34 lines
863 B
JSON
34 lines
863 B
JSON
{
|
|
"category": [
|
|
"code",
|
|
"iterate"
|
|
],
|
|
"cutoff": 75,
|
|
"dependencies": [
|
|
"TestReadFile"
|
|
],
|
|
"eval_id": "9984c549-b44d-40f7-8eff-1901ae35f050",
|
|
"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": "s ability for the agent to debug python code with a simple typo in it.",
|
|
"difficulty": "novice",
|
|
"side_effects": []
|
|
},
|
|
"name": "DebugSimpleTypoWithGuidance",
|
|
"task": "1- Run test.py.\n2- Read sample_code.py.\n3- Modify sample_code.py.\nRepeat step 1, 2 and 3 until test.py runs without errors.\n"
|
|
}
|