Files
Auto-GPT/benchmark/agbenchmark/challenges/deprecated/interface/write_file/data.json
merwanehamadi f4e7b1c61c Add eval_id and sync Skill Tree with Frontend(#5287)
Add eval_id to skill tree

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-21 13:36:17 -07:00

31 lines
708 B
JSON

{
"category": [
"interface"
],
"cutoff": 60,
"dependencies": [],
"eval_id": "5242ffc3-a7a9-4a92-a72a-2141f1206f76",
"ground": {
"answer": "The word 'Washington', printed to a .txt file named anything",
"eval": {
"type": "file"
},
"files": [
".txt"
],
"should_contain": [
"Washington"
],
"should_not_contain": []
},
"info": {
"description": "s the agents ability to write to a file",
"difficulty": "interface",
"side_effects": [
""
]
},
"name": "WriteFile",
"task": "Write the word 'Washington' to a .txt file"
}