Files
AutoGPT/benchmark/agbenchmark/challenges/verticals/scraping/basic/data.json
merwanehamadi ff4c76ba00 Make agbenchmark a proxy of the evaluated agent (#5279)
Make agbenchmark a Proxy of the evaluated agent

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-20 16:06:00 -07:00

36 lines
819 B
JSON

{
"name": "Search",
"category": [
"interface"
],
"task": "Open 'https://silennaihin.com/random/plain.html' and paste all of the text on the page in a .txt file",
"dependencies": [
"WriteFile"
],
"cutoff": 120,
"ground": {
"answer": "This is a Heading\nThis is a paragraph.",
"should_contain": [
"Heading",
"paragraph"
],
"should_not_contain": [
"The",
"the"
],
"files": [
".txt"
],
"eval": {
"type": "file"
}
},
"info": {
"difficulty": "interface",
"description": "s if an llm can search",
"side_effects": [
""
]
},
"eval_id": "6390114a-531d-4743-a51b-50ba6ff8da43"
}