Files
Auto-GPT/benchmark/agbenchmark/challenges/deprecated/interface/search/data.json
2023-09-21 20:06:37 -07:00

37 lines
828 B
JSON

{
"category": [
"interface"
],
"cutoff": 120,
"dependencies": [
"TestWriteFile"
],
"eval_id": "3af8ea29-ae35-45dd-ab14-7a995ba4fc93",
"ground": {
"answer": "This is a Heading\nThis is a paragraph.",
"eval": {
"type": "file"
},
"files": [
".txt"
],
"should_contain": [
"Heading",
"paragraph"
],
"should_not_contain": [
"The",
"the"
]
},
"info": {
"description": "Tests if an llm can search",
"difficulty": "interface",
"side_effects": [
""
]
},
"name": "Search",
"task": "Open 'https://silennaihin.com/random/plain.html' and paste all of the text on the page in a .txt file"
}