mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-30 19:34:35 +01:00
32 lines
752 B
JSON
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"
|
|
}
|