Files
Auto-GPT/agbenchmark/challenges/interface/write_file/data.json
2023-07-15 22:10:20 -04:00

20 lines
519 B
JSON

{
"name": "TestWriteFile",
"category": ["interface"],
"task": "Print the the capital of America to a .txt file",
"dependencies": [],
"cutoff": 60,
"ground": {
"answer": "Washington",
"should_contain": ["Washington"],
"should_not_contain": ["New York", "Los Angeles", "San Francisco"],
"files": [".txt"],
"type": "file"
},
"info": {
"difficulty": "interface",
"description": "Tests the writing to file",
"side_effects": ["tests if there is in fact an LLM attached"]
}
}