Update dataset.json
Browse files- dataset.json +20 -11
dataset.json
CHANGED
@@ -1,17 +1,26 @@
|
|
1 |
[
|
2 |
-
{"input": "Can you post a tweet for me?", "output": "public_tweet"},
|
3 |
{"input": "Please tweet: 'Hello World!'", "output": "public_tweet"},
|
4 |
-
{"input": "Write a tweet that says: 'AI is the future!'", "output": "
|
5 |
{"input": "I need you to publish this on Twitter: 'Good morning everyone!'", "output": "public_tweet"},
|
6 |
{"input": "Tweet this: 'Innovating with AI every day.'", "output": "public_tweet"},
|
7 |
-
{"input": "
|
8 |
-
{"input": "
|
9 |
-
{"input": "
|
10 |
-
{"input": "
|
11 |
-
{"input": "I want to share this on Twitter: 'Excited to announce our new feature!'", "output": "public_tweet"},
|
12 |
-
{"input": "Share this on Twitter: 'Teamwork makes the dream work!'", "output": "public_tweet"},
|
13 |
{"input": "Post this tweet: 'Breaking news: We've just hit 1M users!'", "output": "public_tweet"},
|
14 |
-
{"input": "
|
15 |
-
{"input": "
|
16 |
-
{"input": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
]
|
|
|
1 |
[
|
2 |
+
{"input": "Can you post a tweet for me?", "output": "write_tweet, public_tweet"},
|
3 |
{"input": "Please tweet: 'Hello World!'", "output": "public_tweet"},
|
4 |
+
{"input": "Write a tweet that says: 'AI is the future!'", "output": "write_tweet"},
|
5 |
{"input": "I need you to publish this on Twitter: 'Good morning everyone!'", "output": "public_tweet"},
|
6 |
{"input": "Tweet this: 'Innovating with AI every day.'", "output": "public_tweet"},
|
7 |
+
{"input": "Compose a tweet that reads: 'Our new product is out now!'", "output": "write_tweet"},
|
8 |
+
{"input": "Can you create and post a tweet that says: 'Check out our latest blog post!'", "output": "write_tweet, public_tweet"},
|
9 |
+
{"input": "Share this on Twitter: 'Excited to announce our new feature!'", "output": "public_tweet"},
|
10 |
+
{"input": "I need a tweet that says: 'Teamwork makes the dream work!'", "output": "write_tweet"},
|
|
|
|
|
11 |
{"input": "Post this tweet: 'Breaking news: We've just hit 1M users!'", "output": "public_tweet"},
|
12 |
+
{"input": "Please write and post this tweet: 'Join us for a live webinar tomorrow.'", "output": "write_tweet, public_tweet"},
|
13 |
+
{"input": "Publish this: 'Big thanks to our customers for their support!'", "output": "public_tweet"},
|
14 |
+
{"input": "Write and share a tweet about our new product launch.", "output": "write_tweet, public_tweet"},
|
15 |
+
{"input": "I want you to tweet about our team's success.", "output": "write_tweet, public_tweet"},
|
16 |
+
{"input": "Draft a tweet for me saying: 'Our app is now available worldwide!'", "output": "write_tweet"},
|
17 |
+
{"input": "Can you share this tweet: 'Thanks for all your support!'", "output": "public_tweet"},
|
18 |
+
{"input": "I need you to both write and publish a tweet: 'Join us at the event tomorrow!'", "output": "write_tweet, public_tweet"},
|
19 |
+
{"input": "Make sure to create and share a tweet about our sale.", "output": "write_tweet, public_tweet"},
|
20 |
+
{"input": "Post a tweet that talks about our growth to 1M users.", "output": "write_tweet, public_tweet"},
|
21 |
+
{"input": "Could you write a tweet and make sure it's posted?", "output": "write_tweet, public_tweet"},
|
22 |
+
{"input": "Write a tweet about our new blog post.", "output": "write_tweet"},
|
23 |
+
{"input": "Post a message saying: 'Our latest feature is now live!'", "output": "public_tweet"},
|
24 |
+
{"input": "Tweet this immediately: 'We’re expanding our services!'", "output": "public_tweet"},
|
25 |
+
{"input": "Create a tweet about our upcoming webinar and share it.", "output": "write_tweet, public_tweet"}
|
26 |
]
|