Files
Auto-GPT/agbenchmark/challenges/retrieval/r1/data.json
2023-07-15 22:10:20 -04:00

20 lines
556 B
JSON

{
"name": "TestBasicRetrieval",
"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": ["TestWriteFile", "TestSearch"],
"cutoff": 60,
"ground": {
"answer": "£25.89",
"should_contain": ["25.89"],
"should_not_contain": [],
"files": [".txt"],
"type": "file"
},
"info": {
"difficulty": "basic",
"description": "Tests ability to retrieve information from a website.",
"side_effects": []
}
}