mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 09:54:23 +01:00
22 lines
521 B
JSON
22 lines
521 B
JSON
{
|
|
"name": "TestWriteFile",
|
|
"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": "Tests the agents ability to write to a file",
|
|
"side_effects": [""]
|
|
}
|
|
}
|