Files
Auto-GPT/agbenchmark/tests/basic_abilities/write_file/w_file_data.json
2023-06-25 19:30:04 -04:00

18 lines
472 B
JSON

{
"category": ["basic"],
"task": "What is the capital of America?",
"dependencies": [],
"ground": {
"answer": "Washington",
"should_contain": ["Washington"],
"should_not_contain": ["New York", "Los Angeles", "San Francisco"],
"files": [".txt"]
},
"mock_func": "basic_write_file_mock",
"info": {
"difficulty": "basic",
"description": "Tests the writing to file",
"side_effects": ["tests if there is in fact an LLM attached"]
}
}