mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-08 22:58:01 -05:00
Make agbenchmark a Proxy of the evaluated agent Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
30 lines
742 B
JSON
30 lines
742 B
JSON
{
|
|
"name": "BasicRetrieval",
|
|
"category": [
|
|
"retrieval"
|
|
],
|
|
"task": "Write the price of the book in this url 'http://books.toscrape.com/catalogue/meditations_33/index.html' to a .txt file.",
|
|
"dependencies": [
|
|
"Search"
|
|
],
|
|
"cutoff": 60,
|
|
"ground": {
|
|
"answer": "\u00a325.89",
|
|
"should_contain": [
|
|
"25.89"
|
|
],
|
|
"should_not_contain": [],
|
|
"files": [
|
|
".txt"
|
|
],
|
|
"eval": {
|
|
"type": "file"
|
|
}
|
|
},
|
|
"info": {
|
|
"difficulty": "basic",
|
|
"description": "Specifies specific website to retrieve website from.",
|
|
"side_effects": []
|
|
},
|
|
"eval_id": "2066032d-2228-41d6-b05d-420fff5b1ce0"
|
|
} |