Files
AutoGPT/benchmark/agbenchmark/challenges/deprecated/interface/write_file/data.json
merwanehamadi ff4c76ba00 Make agbenchmark a proxy of the evaluated agent (#5279)
Make agbenchmark a Proxy of the evaluated agent

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-20 16:06:00 -07:00

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"
}