mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
Make agbenchmark a Proxy of the evaluated agent Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
30 lines
707 B
JSON
30 lines
707 B
JSON
{
|
|
"name": "WriteFile",
|
|
"category": [
|
|
"interface"
|
|
],
|
|
"task": "Write the word 'Washington' to a .txt file",
|
|
"dependencies": [],
|
|
"cutoff": 60,
|
|
"ground": {
|
|
"answer": "The word 'Washington', printed to a .txt file named anything",
|
|
"should_contain": [
|
|
"Washington"
|
|
],
|
|
"should_not_contain": [],
|
|
"files": [
|
|
".txt"
|
|
],
|
|
"eval": {
|
|
"type": "file"
|
|
}
|
|
},
|
|
"info": {
|
|
"difficulty": "interface",
|
|
"description": "s the agents ability to write to a file",
|
|
"side_effects": [
|
|
""
|
|
]
|
|
},
|
|
"eval_id": "5242ffc3-a7a9-4a92-a72a-2141f1206f76"
|
|
} |