android-skill-router / data /eval_prompts.json
kriyanshi's picture
Prepare Android Skill Router for Build Small hackathon submission.
6524169
Raw
History Blame Contribute Delete
4.65 kB
[
{
"prompt": "wake me up tomorrow morning",
"expected": "create_alarm"
},
{
"prompt": "turn bluetooth on",
"expected": "bluetooth_enable"
},
{
"prompt": "play my workout playlist",
"expected": "spotify_play_playlist"
},
{
"prompt": "send ri a message",
"expected": "whatsapp_send_message"
},
{
"prompt": "open the engineering channel in slack",
"expected": "slack_open_channel"
},
{
"prompt": "set a 6 am alarm for monday",
"expected": "create_alarm"
},
{
"prompt": "i need to wake up at 8 am tomorrow",
"expected": "create_alarm"
},
{
"prompt": "schedule alarm tomorrow morning 7 am",
"expected": "create_alarm"
},
{
"prompt": "add team standup to my calendar tuesday 10 am",
"expected": "calendar_create_event"
},
{
"prompt": "book dentist appointment next friday 3 pm",
"expected": "calendar_create_event"
},
{
"prompt": "put lunch with priya on calendar wednesday noon",
"expected": "calendar_create_event"
},
{
"prompt": "turn on wifi",
"expected": "wifi_enable"
},
{
"prompt": "please enable wifi on my phone",
"expected": "wifi_enable"
},
{
"prompt": "switch wlan on",
"expected": "wifi_enable"
},
{
"prompt": "enable bluetooth please",
"expected": "bluetooth_enable"
},
{
"prompt": "switch on my bluetooth",
"expected": "bluetooth_enable"
},
{
"prompt": "text mom on whatsapp i'm on my way",
"expected": "whatsapp_send_message"
},
{
"prompt": "whatsapp sarah saying thanks",
"expected": "whatsapp_send_message"
},
{
"prompt": "message alex on whatsapp be there in 5",
"expected": "whatsapp_send_message"
},
{
"prompt": "snap a quick photo",
"expected": "camera_take_photo"
},
{
"prompt": "open camera and take a picture",
"expected": "camera_take_photo"
},
{
"prompt": "capture a photo with the camera",
"expected": "camera_take_photo"
},
{
"prompt": "go to general channel in slack",
"expected": "slack_open_channel"
},
{
"prompt": "open slack channel random",
"expected": "slack_open_channel"
},
{
"prompt": "navigate to design reviews slack channel",
"expected": "slack_open_channel"
},
{
"prompt": "pause spotify playback",
"expected": "spotify_pause"
},
{
"prompt": "stop the music on spotify",
"expected": "spotify_pause"
},
{
"prompt": "hold spotify for now",
"expected": "spotify_pause"
},
{
"prompt": "start my chill playlist on spotify",
"expected": "spotify_play_playlist"
},
{
"prompt": "play discover weekly on spotify",
"expected": "spotify_play_playlist"
},
{
"prompt": "put on my liked songs spotify",
"expected": "spotify_play_playlist"
},
{
"prompt": "get an uber to the airport",
"expected": "uber_request_ride"
},
{
"prompt": "book uber to downtown",
"expected": "uber_request_ride"
},
{
"prompt": "request a ride to central station on uber",
"expected": "uber_request_ride"
},
{
"prompt": "look up jane doe on linkedin",
"expected": "linkedin_search_person"
},
{
"prompt": "find parag shah's linkedin profile",
"expected": "linkedin_search_person"
},
{
"prompt": "search linkedin for john smith",
"expected": "linkedin_search_person"
},
{
"prompt": "find jazz on spotify and play it",
"expected": "spotify_search_play"
},
{
"prompt": "search lo fi beats on spotify and play them",
"expected": "spotify_search_play"
},
{
"prompt": "spotify search taylor swift and play",
"expected": "spotify_search_play"
},
{
"prompt": "search pasta recipes on youtube",
"expected": "youtube_search"
},
{
"prompt": "find workout videos on youtube",
"expected": "youtube_search"
},
{
"prompt": "look up python tutorials on youtube",
"expected": "youtube_search"
},
{
"prompt": "youtube search morning routine",
"expected": "youtube_search"
},
{
"prompt": "find mom in my contacts",
"expected": "contacts_search"
},
{
"prompt": "search contacts for dad",
"expected": "contacts_search"
},
{
"prompt": "look up john smith in contacts",
"expected": "contacts_search"
},
{
"prompt": "email boss saying i'll be late",
"expected": "gmail_send_email"
},
{
"prompt": "send gmail to sarah@gmail.com subject meeting notes",
"expected": "gmail_send_email"
},
{
"prompt": "compose email to client proposal attached",
"expected": "gmail_send_email"
}
]