aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark/challenges/verticals/scrape/5_get_information/data.json
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/agbenchmark/challenges/verticals/scrape/5_get_information/data.json')
-rw-r--r--benchmark/agbenchmark/challenges/verticals/scrape/5_get_information/data.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/benchmark/agbenchmark/challenges/verticals/scrape/5_get_information/data.json b/benchmark/agbenchmark/challenges/verticals/scrape/5_get_information/data.json
new file mode 100644
index 000000000..f198d2e4e
--- /dev/null
+++ b/benchmark/agbenchmark/challenges/verticals/scrape/5_get_information/data.json
@@ -0,0 +1,35 @@
+{
+ "category": [
+ "scrape_synthesize",
+ "general"
+ ],
+ "cutoff": 60,
+ "dependencies": [
+ "TestRevenueRetrieval"
+ ],
+ "eval_id": "1758058c-f726-484f-96fa-f05e278e5ff5",
+ "ground": {
+ "answer": "The twitter handles of the two hosts of Latent Space.",
+ "case_sensitive": false,
+ "eval": {
+ "type": "file"
+ },
+ "files": [
+ "output.txt"
+ ],
+ "should_contain": [
+ "swyx",
+ "FanaHOVA"
+ ],
+ "should_not_contain": []
+ },
+ "info": {
+ "description": "Tests if the agent can retrieve twitter handles given a vague description.",
+ "difficulty": "intermediate",
+ "side_effects": [
+ ""
+ ]
+ },
+ "name": "TestGetInformation",
+ "task": "Write the twitter handle of the two hosts of Latent Space to a file called output.txt"
+}