mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05:00
Make agbenchmark a Proxy of the evaluated agent Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
33 lines
833 B
JSON
33 lines
833 B
JSON
{
|
|
"name": "DebugSimpleTypoWithoutGuidance",
|
|
"category": [
|
|
"code",
|
|
"iterate"
|
|
],
|
|
"task": "Make test.py run without errors.",
|
|
"dependencies": [
|
|
"DebugSimpleTypoWithGuidance"
|
|
],
|
|
"cutoff": 75,
|
|
"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": "intermediate",
|
|
"description": "s ability for the agent to debug python code with a simple typo in it, using a very broad prompt without guidance",
|
|
"side_effects": []
|
|
},
|
|
"eval_id": "3cebb926-ec58-4ad6-ab2e-a2d4a7f6f30d"
|
|
} |