mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 18:04:28 +01:00
20 lines
547 B
JSON
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": [""]
|
|
}
|
|
}
|