aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark/challenges/verticals/scrape/2_book_price/data.json
blob: 53f14a0798df9149a06ab55380d40a46af26340f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
    "category": [
        "scrape_synthesize",
        "general"
    ],
    "cutoff": 60,
    "dependencies": [
        "TestSearch"
    ],
    "eval_id": "cd96e6b2-779d-4a4a-8367-d520023e27ae",
    "ground": {
        "answer": "\u00a325.89",
        "eval": {
            "type": "file"
        },
        "files": [
            ".txt"
        ],
        "should_contain": [
            "25.89"
        ],
        "should_not_contain": []
    },
    "info": {
        "description": "Tests if the agent can retrieve a specific information from a website.",
        "difficulty": "basic",
        "side_effects": []
    },
    "name": "BasicRetrieval",
    "task": "Write the price of the book in this url 'http://books.toscrape.com/catalogue/meditations_33/index.html' to a .txt file."
}