Files
Auto-GPT/benchmark/agbenchmark/challenges/deprecated/interface/read_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

32 lines
752 B
JSON

{
"category": [
"interface"
],
"cutoff": 60,
"dependencies": [
"TestWriteFile"
],
"eval_id": "11b6f96f-6712-4a70-98b7-882ee36d7f2a",
"ground": {
"answer": "The content of output.txt should be 'Hello World!'",
"eval": {
"type": "file"
},
"files": [
"output.txt"
],
"should_contain": [
"Hello World!"
]
},
"info": {
"description": "tests the ability for an agent to read a file.",
"difficulty": "interface",
"side_effects": [
""
]
},
"name": "ReadFile",
"task": "Read the file called file_to_read.txt and write its content to a file called output.txt"
}