mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-17 20:24:30 +01:00
37 lines
828 B
JSON
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"
|
|
}
|