aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark/challenges/verticals/scrape/2_book_price/data.json
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/agbenchmark/challenges/verticals/scrape/2_book_price/data.json')
-rw-r--r--benchmark/agbenchmark/challenges/verticals/scrape/2_book_price/data.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/benchmark/agbenchmark/challenges/verticals/scrape/2_book_price/data.json b/benchmark/agbenchmark/challenges/verticals/scrape/2_book_price/data.json
new file mode 100644
index 000000000..53f14a079
--- /dev/null
+++ b/benchmark/agbenchmark/challenges/verticals/scrape/2_book_price/data.json
@@ -0,0 +1,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."
+}