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

20 lines
547 B
JSON

{
"name": "TestSearch",
"category": ["interface"],
"task": "Open 'https://silennaihin.com/random/plain.html' and paste the text on the page in a .txt file",
"dependencies": ["TestWriteFile"],
"cutoff": 60,
"ground": {
"answer": "This is a Heading\nThis is a paragraph.",
"should_contain": ["Heading", "paragraph"],
"should_not_contain": ["The", "the"],
"files": [".txt"],
"type": "file"
},
"info": {
"difficulty": "interface",
"description": "Tests if an llm can search",
"side_effects": [""]
}
}