mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
Make agbenchmark a Proxy of the evaluated agent Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
36 lines
819 B
JSON
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"
|
|
} |