File size: 105,467 Bytes
6ba3673
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
input,output
add sabrina salerno to the grime instrumentals playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'sabrina salerno', 'playlist': 'grime instrumentals'}"
i want to bring four people to a place that s close to downtown that serves churrascaria cuisine,"[[FUNCTION]] BookRestaurant {'party_size_number': 'four', 'spatial_relation': 'close', 'poi': 'downtown', 'restaurant_type': 'churrascaria'}"
put lindsey cardinale into my hillary clinton s women s history month playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'lindsey cardinale', 'playlist_owner': 'my', 'playlist': 'hillary clinton s women s history month playlist'}"
will it snow in mt on june 13  2038,"[[FUNCTION]] GetWeather {'condition_description': 'snow', 'state': 'mt', 'timeRange': 'june 13 2038'}"
play signe anderson chant music that is newest,"[[FUNCTION]] PlayMusic {'artist': 'signe anderson', 'music_item': 'chant', 'sort': 'newest'}"
can you let me know what animated movies are playing close by,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'animated movies', 'spatial_relation': 'close by'}"
can you get me reservations for a highly rated restaurant in seychelles,"[[FUNCTION]] BookRestaurant {'sort': 'highly rated', 'restaurant_type': 'restaurant', 'country': 'seychelles'}"
what s the weather here on 2/7/2021,"[[FUNCTION]] GetWeather {'current_location': 'here', 'timeRange': '2/7/2021'}"
find worldly goods starting now at a movie house,"[[FUNCTION]] SearchScreeningEvent {'movie_name': 'worldly goods', 'timeRange': 'now', 'object_location_type': 'movie house'}"
on june 27  2026 i d like to go to a delaware gastropub,"[[FUNCTION]] BookRestaurant {'timeRange': 'june 27 2026', 'state': 'delaware', 'restaurant_type': 'gastropub'}"
what movies are playing at mann theatres,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'movies', 'location_name': 'mann theatres'}"
find a movie called living in america ,"[[FUNCTION]] SearchCreativeWork {'object_type': 'movie', 'object_name': 'living in america'}"
find on dress parade,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'on dress parade'}
make a reservation at a bakery that has acquacotta in central african republic for five ,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'bakery', 'served_dish': 'acquacotta', 'country': 'central african republic', 'party_size_number': 'five'}"
where can i purchase the tv show time for heroes,"[[FUNCTION]] SearchCreativeWork {'object_type': 'tv show', 'object_name': 'time for heroes'}"
will the wind die down at my current location by supper time,"[[FUNCTION]] GetWeather {'condition_description': 'wind', 'current_location': 'current location', 'timeRange': 'supper'}"
please search the young warriors game ,"[[FUNCTION]] SearchCreativeWork {'object_name': 'the young warriors', 'object_type': 'game'}"
make me a reservation in south carolina,[[FUNCTION]] BookRestaurant {'state': 'south carolina'}
what movie theatre is showing if the huns came to melbourne,"[[FUNCTION]] SearchScreeningEvent {'object_location_type': 'movie theatre', 'movie_name': 'if the huns came to melbourne'}"
restaurant in bulgaria this week party for 9 numbers,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'country': 'bulgaria', 'timeRange': 'this week', 'party_size_number': '9'}"
rate the current novel four of 6 stars,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'novel', 'rating_value': 'four', 'best_rating': '6', 'rating_unit': 'stars'}"
add the song don t drink the water to my playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'playlist': 'don t drink the water', 'playlist_owner': 'my'}"
add this tune by rod argent to propuesta alternativa playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'artist': 'rod argent', 'playlist': 'propuesta alternativa'}"
show the movie times,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie times'}
will it snow in amy,"[[FUNCTION]] GetWeather {'condition_description': 'snow', 'city': 'amy'}"
what will the weather be at nine am in hi,"[[FUNCTION]] GetWeather {'timeRange': 'nine am', 'state': 'hi'}"
in one hour find king of hearts,"[[FUNCTION]] SearchScreeningEvent {'timeRange': 'in one hour', 'movie_name': 'king of hearts'}"
book a spot for ten at a top-rated  caucasian restaurant not far  from selmer,"[[FUNCTION]] BookRestaurant {'party_size_number': 'ten', 'sort': 'top-rated', 'cuisine': 'caucasian', 'restaurant_type': 'restaurant', 'spatial_relation': 'not far', 'city': 'selmer'}"
play music from clark kent in the year 1987,"[[FUNCTION]] PlayMusic {'artist': 'clark kent', 'year': '1987'}"
add to the rock games,"[[FUNCTION]] AddToPlaylist {'playlist': 'rock', 'entity_name': 'games'}"
add this artist to pop 2017 picks,"[[FUNCTION]] AddToPlaylist {'music_item': 'artist', 'playlist': 'pop 2017 picks'}"
i rate shadow of suribachi at five stars ,"[[FUNCTION]] RateBook {'object_name': 'shadow of suribachi', 'rating_value': 'five', 'rating_unit': 'stars'}"
play some sixties music ,[[FUNCTION]] PlayMusic {'year': 'sixties'}
what film is playing nearby,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'film', 'spatial_relation': 'nearby'}"
add nothing fancy to meditate to sounds of nature playlist,"[[FUNCTION]] AddToPlaylist {'entity_name': 'nothing fancy', 'playlist': 'meditate to sounds of nature'}"
get the video game of the chipmunk song,"[[FUNCTION]] SearchCreativeWork {'object_type': 'video game', 'object_name': 'the chipmunk song'}"
rate lamy of santa fe 5 of 6 stars,"[[FUNCTION]] RateBook {'object_name': 'lamy of santa fe', 'rating_value': '5', 'best_rating': '6', 'rating_unit': 'stars'}"
show me movie schedules,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules'}
what will the weather be in lago vista on october fourteenth  2022,"[[FUNCTION]] GetWeather {'city': 'lago vista', 'timeRange': 'october fourteenth 2022'}"
weather next year in canada,"[[FUNCTION]] GetWeather {'timeRange': 'next year', 'country': 'canada'}"
play a new symphony by perfecto de castro on lastfm,"[[FUNCTION]] PlayMusic {'sort': 'new', 'music_item': 'symphony', 'artist': 'perfecto de castro', 'service': 'lastfm'}"
rate cuisines of the axis of evil and other irritating states one out of 6,"[[FUNCTION]] RateBook {'object_name': 'cuisines of the axis of evil and other irritating states', 'rating_value': 'one', 'best_rating': '6'}"
play arif music from the fourties ,"[[FUNCTION]] PlayMusic {'artist': 'arif', 'year': 'fourties'}"
what is the weather of east portal ks,"[[FUNCTION]] GetWeather {'city': 'east portal', 'state': 'ks'}"
play a melody from elmer bernstein,"[[FUNCTION]] PlayMusic {'music_item': 'melody', 'artist': 'elmer bernstein'}"
what is the weather going to be like in klondike gold rush national historical park on february the 28th  2034,"[[FUNCTION]] GetWeather {'geographic_poi': 'klondike gold rush national historical park', 'timeRange': 'february the 28th 2034'}"
play songs by sarah harding,[[FUNCTION]] PlayMusic {'artist': 'sarah harding'}
rate the chronicle ten from tomorrow a 2,"[[FUNCTION]] RateBook {'object_part_of_series_type': 'chronicle', 'object_name': 'ten from tomorrow', 'rating_value': '2'}"
book a table for 2 at a restaurant in follett,"[[FUNCTION]] BookRestaurant {'party_size_number': '2', 'restaurant_type': 'restaurant', 'city': 'follett'}"
book a brasserie in samoa for four people ,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'brasserie', 'country': 'samoa', 'party_size_number': 'four'}"
play the new noise theology e p ,[[FUNCTION]] SearchCreativeWork {'object_name': 'the new noise theology e p'}
find a reservation at a restaurant that serves gougère in laneville with a party of nine,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'served_dish': 'gougère', 'city': 'laneville', 'party_size_number': 'nine'}"
find the cold dead hand video game for me,"[[FUNCTION]] SearchCreativeWork {'object_name': 'cold dead hand', 'object_type': 'video game'}"
book a bakery for lebanese on january 11th  2032,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'bakery', 'cuisine': 'lebanese', 'timeRange': 'january 11th 2032'}"
rate the book an appeal from the new to the old whigs a 0,"[[FUNCTION]] RateBook {'object_type': 'book', 'object_name': 'an appeal from the new to the old whigs', 'rating_value': '0'}"
book a table for 8 at a restaurant that serves far breton ,"[[FUNCTION]] BookRestaurant {'party_size_number': '8', 'restaurant_type': 'restaurant', 'served_dish': 'far breton'}"
rate this current novel 1 stars,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'novel', 'rating_value': '1', 'rating_unit': 'stars'}"
i rate secret water as a 4 ,"[[FUNCTION]] RateBook {'object_name': 'secret water', 'rating_value': '4'}"
is unbeatable harold at century theatres,"[[FUNCTION]] SearchScreeningEvent {'movie_name': 'unbeatable harold', 'location_name': 'century theatres'}"
please find me asking alexandria discography,[[FUNCTION]] SearchCreativeWork {'object_name': 'asking alexandria discography'}
what will the weather be in berville ak on feb  6  2017,"[[FUNCTION]] GetWeather {'city': 'berville', 'state': 'ak', 'timeRange': 'feb 6 2017'}"
is it warm in botna,"[[FUNCTION]] GetWeather {'condition_temperature': 'warm', 'city': 'botna'}"
please add a track to my playlist called this is coti,"[[FUNCTION]] AddToPlaylist {'music_item': 'track', 'playlist_owner': 'my', 'playlist': 'this is coti'}"
find the via dolorosa: songs of redemption saga,"[[FUNCTION]] SearchCreativeWork {'object_name': 'via dolorosa: songs of redemption', 'object_type': 'saga'}"
can you add confessions to my playlist called clásica,"[[FUNCTION]] AddToPlaylist {'entity_name': 'confessions', 'playlist_owner': 'my', 'playlist': 'clásica'}"
find the schedule for nearby animated movies ,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'schedule', 'spatial_relation': 'nearby', 'movie_type': 'animated movies'}"
book a table today at a steakhouse for eight that serves sashimi,"[[FUNCTION]] BookRestaurant {'timeRange': 'today', 'restaurant_type': 'steakhouse', 'party_size_number': 'eight', 'served_dish': 'sashimi'}"
play the last sound track by soko from around 1975,"[[FUNCTION]] PlayMusic {'sort': 'last', 'music_item': 'sound track', 'artist': 'soko', 'year': '1975'}"
add this song to blues roots,"[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'playlist': 'blues roots'}"
coon chicken inn restaurant for 1 am for me  clarice and debbie,"[[FUNCTION]] BookRestaurant {'restaurant_name': 'coon chicken inn', 'restaurant_type': 'restaurant', 'timeRange': '1 am', 'party_size_description': 'me clarice and debbie'}"
add karusellen to jazz brasileiro,"[[FUNCTION]] AddToPlaylist {'entity_name': 'karusellen', 'playlist': 'jazz brasileiro'}"
play some steve boyett chant music,"[[FUNCTION]] PlayMusic {'artist': 'steve boyett', 'music_item': 'chant'}"
give 1 out of 6 points to this novel,"[[FUNCTION]] RateBook {'rating_value': '1', 'best_rating': '6', 'rating_unit': 'points', 'object_select': 'this', 'object_type': 'novel'}"
show the movie schedule of animated movies close by,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule', 'movie_type': 'animated movies', 'spatial_relation': 'close by'}"
please play the newest music by evil jared hasselhoff,"[[FUNCTION]] PlayMusic {'sort': 'newest', 'artist': 'evil jared hasselhoff'}"
add tune to my mellow bars playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist_owner': 'my', 'playlist': 'mellow bars'}"
put coming back to life onto winter music,"[[FUNCTION]] AddToPlaylist {'entity_name': 'coming back to life', 'playlist': 'winter music'}"
rate this textbook a zero,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'textbook', 'rating_value': 'zero'}"
i want to hear any tune from the twenties,"[[FUNCTION]] PlayMusic {'music_item': 'tune', 'year': 'twenties'}"
play me a top-ten song by phil ochs on groove shark,"[[FUNCTION]] PlayMusic {'sort': 'top-ten', 'music_item': 'song', 'artist': 'phil ochs', 'service': 'groove shark'}"
find a video game called family dog ,"[[FUNCTION]] SearchCreativeWork {'object_type': 'video game', 'object_name': 'family dog'}"
rate awaiting strange gods: weird and lovecraftian fictions a 1,"[[FUNCTION]] RateBook {'object_name': 'awaiting strange gods: weird and lovecraftian fictions', 'rating_value': '1'}"
add lisa m to my guitar hero live playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'lisa m', 'playlist_owner': 'my', 'playlist': 'guitar hero live playlist'}"
what is the weather forecast for my current place,[[FUNCTION]] GetWeather {'current_location': 'current place'}
add strong to the metal monday playlist,"[[FUNCTION]] AddToPlaylist {'entity_name': 'strong', 'playlist': 'metal monday'}"
where can i find conduct unbecoming,[[FUNCTION]] SearchCreativeWork {'object_name': 'conduct unbecoming'}
will it be freezing in the current position,"[[FUNCTION]] GetWeather {'condition_temperature': 'freezing', 'current_location': 'current position'}"
add the da brat track to the soak up the sun playlist ,"[[FUNCTION]] AddToPlaylist {'artist': 'da brat', 'music_item': 'track', 'playlist': 'soak up the sun'}"
add a track to the another glass playlist ,"[[FUNCTION]] AddToPlaylist {'music_item': 'track', 'playlist': 'another glass'}"
find now and forever,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'now and forever'}
the workout playlist needs more chris cross,"[[FUNCTION]] AddToPlaylist {'playlist': 'workout', 'artist': 'chris cross'}"
play some jungle music on iheart,"[[FUNCTION]] PlayMusic {'genre': 'jungle', 'service': 'iheart'}"
give 1 point to current textbook,"[[FUNCTION]] RateBook {'rating_value': '1', 'object_select': 'current', 'object_type': 'textbook'}"
put no mystery into my punk essentials playlist,"[[FUNCTION]] AddToPlaylist {'entity_name': 'no mystery', 'playlist_owner': 'my', 'playlist': 'punk essentials'}"
i want to put look to you on the playlist named 80s classic hits,"[[FUNCTION]] AddToPlaylist {'entity_name': 'look to you', 'playlist': '80s classic hits'}"
what time is beat the devil coming on at mann theatres,"[[FUNCTION]] SearchScreeningEvent {'movie_name': 'beat the devil', 'location_name': 'mann theatres'}"
rate the current chronicle a zero,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_part_of_series_type': 'chronicle', 'rating_value': 'zero'}"
add garry shider album to my classical essentials,"[[FUNCTION]] AddToPlaylist {'artist': 'garry shider', 'music_item': 'album', 'playlist_owner': 'my', 'playlist': 'classical essentials'}"
add the artist cho kyu hyun to funky jams,"[[FUNCTION]] AddToPlaylist {'music_item': 'artist', 'artist': 'cho kyu hyun', 'playlist': 'funky jams'}"
find the work i looked up,[[FUNCTION]] SearchCreativeWork {'object_name': 'i looked up'}
play this is colour by panda bear,"[[FUNCTION]] PlayMusic {'track': 'this is colour', 'artist': 'panda bear'}"
play the god that failed on vimeo ,"[[FUNCTION]] PlayMusic {'track': 'the god that failed', 'service': 'vimeo'}"
can i get the butterfly crush showings,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'butterfly crush'}
add hanging on to my just dance by aftercluv playlist ,"[[FUNCTION]] AddToPlaylist {'entity_name': 'hanging on', 'playlist_owner': 'my', 'playlist': 'just dance by aftercluv'}"
show me when scandalous john is playing ,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'scandalous john'}
a day no pigs would die deserves a best rating of 6 and a value of 4,"[[FUNCTION]] RateBook {'object_name': 'a day no pigs would die', 'best_rating': '6', 'rating_value': '4'}"
for my crossfit playlist add the soul sessions volume 2,"[[FUNCTION]] AddToPlaylist {'playlist_owner': 'my', 'playlist': 'crossfit', 'entity_name': 'the soul sessions volume 2'}"
play some james cleveland ,[[FUNCTION]] PlayMusic {'artist': 'james cleveland'}
put this tune on dancepop,"[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist': 'dancepop'}"
what time will paris by night aired,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'paris by night'}
play music on spotify ,[[FUNCTION]] PlayMusic {'service': 'spotify'}
i want a matt garrison tune in my fresh finds fire emoji playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'matt garrison', 'music_item': 'tune', 'playlist_owner': 'my', 'playlist': 'fresh finds fire emoji'}"
will there be snowfall at six pm in leisure knoll california,"[[FUNCTION]] GetWeather {'condition_description': 'snowfall', 'timeRange': 'six pm', 'city': 'leisure knoll', 'state': 'california'}"
search for the television show me and my guitar,"[[FUNCTION]] SearchCreativeWork {'object_type': 'television show', 'object_name': 'me and my guitar'}"
tell me when it will be chilly in chicken  united kingdom,"[[FUNCTION]] GetWeather {'condition_temperature': 'chilly', 'city': 'chicken', 'country': 'united kingdom'}"
is it windy in telogia,"[[FUNCTION]] GetWeather {'condition_description': 'windy', 'city': 'telogia'}"
find a tv show called revenge of the nerds ,"[[FUNCTION]] SearchCreativeWork {'object_type': 'tv show', 'object_name': 'revenge of the nerds'}"
find the video game called turnin me on,"[[FUNCTION]] SearchCreativeWork {'object_type': 'video game', 'object_name': 'turnin me on'}"
play the song i get ideas as performed by richard kruspe,"[[FUNCTION]] PlayMusic {'music_item': 'song', 'track': 'i get ideas', 'artist': 'richard kruspe'}"
add turk to the deep house playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'turk', 'playlist': 'deep house'}"
find a reservation at fish express,[[FUNCTION]] BookRestaurant {'restaurant_name': 'fish express'}
check the forecast for the current spot in the future oct  19  2037 ,"[[FUNCTION]] GetWeather {'current_location': 'current spot', 'timeRange': 'oct 19 2037'}"
how can i view the show corpus: a home movie about selena,"[[FUNCTION]] SearchCreativeWork {'object_type': 'show', 'object_name': 'corpus: a home movie about selena'}"
i would rate that old ace in the hole one stars and a best rating of 6,"[[FUNCTION]] RateBook {'object_name': 'that old ace in the hole', 'rating_value': 'one', 'rating_unit': 'stars', 'best_rating': '6'}"
add the rating for this current series a four out of 6 points,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_part_of_series_type': 'series', 'rating_value': 'four', 'best_rating': '6', 'rating_unit': 'points'}"
add justin mcroberts to this is chopin,"[[FUNCTION]] AddToPlaylist {'artist': 'justin mcroberts', 'playlist': 'this is chopin'}"
book a bar that serves italian-american cuisine neighboring wilson av for one person ,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'bar', 'served_dish': 'italian-american cuisine', 'spatial_relation': 'neighboring', 'poi': 'wilson av', 'party_size_number': 'one'}"
is fog forecast close-by to pakistan,"[[FUNCTION]] GetWeather {'condition_description': 'fog', 'spatial_relation': 'close-by', 'country': 'pakistan'}"
book a restaurant for 3 people at eighteen oclock in saint vincent and the grenadines ,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'party_size_number': '3', 'timeRange': 'eighteen', 'country': 'saint vincent and the grenadines'}"
find the schedule for films at night at great escape theatres ,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'schedule', 'movie_type': 'films', 'timeRange': 'night', 'location_name': 'great escape theatres'}"
is there snow in the district of columbia,"[[FUNCTION]] GetWeather {'condition_description': 'snow', 'state': 'district of columbia'}"
find a movie schedule,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule'}
rate the beggar of volubilis 1 out of 6,"[[FUNCTION]] RateBook {'object_name': 'the beggar of volubilis', 'rating_value': '1', 'best_rating': '6'}"
what is the forecast in heber,[[FUNCTION]] GetWeather {'city': 'heber'}
please play an album from 1987,"[[FUNCTION]] PlayMusic {'music_item': 'album', 'year': '1987'}"
show me the courts of chaos,[[FUNCTION]] SearchCreativeWork {'object_name': 'the courts of chaos'}
give the current book five stars out of 6 ,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'book', 'rating_value': 'five', 'rating_unit': 'stars', 'best_rating': '6'}"
when is fine  totally fine playing,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'fine totally fine'}
add a tune to clásicos del hip hop español,"[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist': 'clásicos del hip hop español'}"
play jawad ahmad,[[FUNCTION]] PlayMusic {'artist': 'jawad ahmad'}
what is the forecast for in 1 second at monte sereno for freezing temps,"[[FUNCTION]] GetWeather {'timeRange': 'in 1 second', 'city': 'monte sereno', 'condition_temperature': 'freezing'}"
i would like to eat fast food and have a party of two in kentucky ,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'fast food', 'party_size_number': 'two', 'state': 'kentucky'}"
play music from itunes for ric grech,"[[FUNCTION]] PlayMusic {'service': 'itunes', 'artist': 'ric grech'}"
add jennie  jennie to my metal playlist,"[[FUNCTION]] AddToPlaylist {'entity_name': 'jennie jennie', 'playlist_owner': 'my', 'playlist': 'metal'}"
show the tv show the last samurai ,"[[FUNCTION]] SearchCreativeWork {'object_type': 'tv show', 'object_name': 'the last samurai'}"
add rob tyner to betsy s we everywhere,"[[FUNCTION]] AddToPlaylist {'artist': 'rob tyner', 'playlist_owner': 'betsy s', 'playlist': 'we everywhere'}"
show me the weather forecast for the city of spencer,[[FUNCTION]] GetWeather {'city': 'spencer'}
how is the weather in getzville  minnesota,"[[FUNCTION]] GetWeather {'city': 'getzville', 'state': 'minnesota'}"
what is dear old girl cooper foundation,"[[FUNCTION]] SearchScreeningEvent {'movie_name': 'dear old girl', 'location_name': 'cooper foundation'}"
i need a weather forecast for são tomé and príncipe on december 8th  2026,"[[FUNCTION]] GetWeather {'country': 'são tomé and príncipe', 'timeRange': 'december 8th 2026'}"
what animated movies are showing in the area ,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'animated movies', 'spatial_relation': 'in the area'}"
tell me the weather forecast for april 15  2019 here,"[[FUNCTION]] GetWeather {'timeRange': 'april 15 2019', 'current_location': 'here'}"
play the track asleep in the deep,"[[FUNCTION]] PlayMusic {'music_item': 'track', 'track': 'asleep in the deep'}"
play kurt cobain ballad tunes,"[[FUNCTION]] PlayMusic {'artist': 'kurt cobain', 'music_item': 'ballad'}"
can you add a track to my spain top 50 playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'track', 'playlist_owner': 'my', 'playlist': 'spain top 50'}"
at meal time while i m here will it be hot,"[[FUNCTION]] GetWeather {'timeRange': 'meal', 'current_location': 'here', 'condition_temperature': 'hot'}"
can you find me the magic hour song,"[[FUNCTION]] SearchCreativeWork {'object_name': 'magic hour', 'object_type': 'song'}"
add mary wells sings my guy to the electro sur playlist ,"[[FUNCTION]] AddToPlaylist {'entity_name': 'mary wells sings my guy', 'playlist': 'electro sur'}"
play some kyle ward from the seventies,"[[FUNCTION]] PlayMusic {'artist': 'kyle ward', 'year': 'seventies'}"
book a table around london borough of ealing that is highly rated in a gluten free bar,"[[FUNCTION]] BookRestaurant {'spatial_relation': 'around', 'poi': 'london borough of ealing', 'sort': 'highly rated', 'cuisine': 'gluten free', 'restaurant_type': 'bar'}"
when is crime and punishment u s a  showing,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'crime and punishment u s a'}
will it snowstorm in long lake national wildlife refuge,"[[FUNCTION]] GetWeather {'condition_description': 'snowstorm', 'geographic_poi': 'long lake national wildlife refuge'}"
rate current essay a zero,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'essay', 'rating_value': 'zero'}"
book me a reservation at a bar around juliff for three people that serves bucatini for now,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'bar', 'spatial_relation': 'around', 'city': 'juliff', 'party_size_number': 'three', 'served_dish': 'bucatini', 'timeRange': 'now'}"
book a highly rated place in in in seven years  at a pub,"[[FUNCTION]] BookRestaurant {'sort': 'highly rated', 'state': 'in', 'timeRange': 'in seven years', 'restaurant_type': 'pub'}"
what time is southern theatres showing ukraine is not a brothel,"[[FUNCTION]] SearchScreeningEvent {'location_name': 'southern theatres', 'movie_name': 'ukraine is not a brothel'}"
add this album ny bill callahan to my mi casa es la tuya playlist oficial list ,"[[FUNCTION]] AddToPlaylist {'music_item': 'album', 'artist': 'bill callahan', 'playlist_owner': 'my', 'playlist': 'mi casa es la tuya playlist oficial'}"
find a soundtrack called pax warrior,"[[FUNCTION]] SearchCreativeWork {'object_type': 'soundtrack', 'object_name': 'pax warrior'}"
book a table for ten for breakfast in minnesota ,"[[FUNCTION]] BookRestaurant {'party_size_number': 'ten', 'timeRange': 'breakfast', 'state': 'minnesota'}"
what is the local movie schedule,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule'}
book a restaurant for three on feb  18,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'party_size_number': 'three', 'timeRange': 'feb 18'}"
i d like to know what movies are on the movie schedules nearby ,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'movies', 'object_type': 'movie schedules', 'spatial_relation': 'nearby'}"
please make me reservations somewhere for eight people in foley  nv,"[[FUNCTION]] BookRestaurant {'party_size_number': 'eight', 'city': 'foley', 'state': 'nv'}"
she me movie times at mann theatres,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie times', 'location_name': 'mann theatres'}"
find the picture ultima vi: the false prophet,"[[FUNCTION]] SearchCreativeWork {'object_type': 'picture', 'object_name': 'ultima vi: the false prophet'}"
play the best album from the seventies,"[[FUNCTION]] PlayMusic {'sort': 'best', 'music_item': 'album', 'year': 'seventies'}"
add kylie minogue to my novedades viernes sudamérica playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'kylie minogue', 'playlist_owner': 'my', 'playlist': 'novedades viernes sudamérica'}"
is it freezing in colorado,"[[FUNCTION]] GetWeather {'condition_temperature': 'freezing', 'state': 'colorado'}"
the last hawk gets a total of 3 out of 6 stars from me,"[[FUNCTION]] RateBook {'object_name': 'the last hawk', 'rating_value': '3', 'best_rating': '6', 'rating_unit': 'stars'}"
will it be stormy in ma,"[[FUNCTION]] GetWeather {'condition_description': 'stormy', 'state': 'ma'}"
play pop 2017 picks,[[FUNCTION]] PlayMusic {'playlist': 'pop 2017 picks'}
play some theme songs from 1974,"[[FUNCTION]] PlayMusic {'music_item': 'theme', 'year': '1974'}"
what will the weather be in la at 9 o clock,"[[FUNCTION]] GetWeather {'state': 'la', 'timeRange': '9 o clock'}"
can you add xanadu to latin alternative music,"[[FUNCTION]] AddToPlaylist {'entity_name': 'xanadu', 'playlist': 'latin alternative music'}"
can you find me the naked city – justice with a bullet album,"[[FUNCTION]] SearchCreativeWork {'object_name': 'naked city – justice with a bullet', 'object_type': 'album'}"
please search the work  eve-olution ,[[FUNCTION]] SearchCreativeWork {'object_name': 'eve-olution'}
add i dreamt of a dragon to my futuros hits playlist,"[[FUNCTION]] AddToPlaylist {'entity_name': 'i dreamt of a dragon', 'playlist_owner': 'my', 'playlist': 'futuros hits'}"
add this artist to the laugh list,"[[FUNCTION]] AddToPlaylist {'music_item': 'artist', 'playlist': 'the laugh list'}"
i d like to eat at a restaurant around china with a party of 7 anywhere that serves ouzeri,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'spatial_relation': 'around', 'country': 'china', 'party_size_number': '7', 'cuisine': 'ouzeri'}"
the sleep machine waterscapes playlist needs some kris chetan ramlu in it,"[[FUNCTION]] AddToPlaylist {'playlist': 'the sleep machine waterscapes', 'artist': 'kris chetan ramlu'}"
rate the current chronicle five stars,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_part_of_series_type': 'chronicle', 'rating_value': 'five', 'rating_unit': 'stars'}"
rate this novel five of 6,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'novel', 'rating_value': 'five', 'best_rating': '6'}"
my rating for the eiffel tower and other mythologies is 0 out of 6 stars,"[[FUNCTION]] RateBook {'object_name': 'the eiffel tower and other mythologies', 'rating_value': '0', 'best_rating': '6', 'rating_unit': 'stars'}"
i d like a table for midday at the unseen bean,"[[FUNCTION]] BookRestaurant {'timeRange': 'midday', 'restaurant_name': 'the unseen bean'}"
where can i see the movie across the line: the exodus of charlie wright,"[[FUNCTION]] SearchCreativeWork {'object_type': 'movie', 'object_name': 'across the line: the exodus of charlie wright'}"
turn on spotify to tiny tim ep,"[[FUNCTION]] PlayMusic {'service': 'spotify', 'artist': 'tiny tim', 'music_item': 'ep'}"
what are the movie schedules,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules'}
i want a table for me and my kids in turkey at a neighboring restaurant,"[[FUNCTION]] BookRestaurant {'party_size_description': 'me and my kids', 'country': 'turkey', 'spatial_relation': 'neighboring', 'restaurant_type': 'restaurant'}"
play a top 5 song from wally bastian on google music,"[[FUNCTION]] PlayMusic {'sort': 'top 5', 'music_item': 'song', 'artist': 'wally bastian', 'service': 'google music'}"
please search the ironbound picture ,"[[FUNCTION]] SearchCreativeWork {'object_name': 'ironbound', 'object_type': 'picture'}"
put a gary clark song into the soul bpm playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'gary clark', 'music_item': 'song', 'playlist': 'soul bpm'}"
will it be hot on orthodox good friday in michigan and close-by,"[[FUNCTION]] GetWeather {'condition_temperature': 'hot', 'timeRange': 'orthodox good friday', 'state': 'michigan', 'spatial_relation': 'close-by'}"
i want to see the television show called cuts both ways,"[[FUNCTION]] SearchCreativeWork {'object_type': 'television show', 'object_name': 'cuts both ways'}"
i d like to reserve a table at a pub that serves andouillettes within the same area in san marino ,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'pub', 'served_dish': 'andouillettes', 'spatial_relation': 'within the same area', 'country': 'san marino'}"
what is the weather like in hurstville,[[FUNCTION]] GetWeather {'city': 'hurstville'}
put this album on my wild country playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'album', 'playlist_owner': 'my', 'playlist': 'wild country'}"
rate this textbook 2 out of 6,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'textbook', 'rating_value': '2', 'best_rating': '6'}"
search for the complots,[[FUNCTION]] SearchCreativeWork {'object_name': 'complots'}
find the schedule for the band of honest men at the nearest movie theatre ,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'schedule', 'movie_name': 'the band of honest men', 'spatial_relation': 'nearest', 'object_location_type': 'movie theatre'}"
what will the weather be in waverly city brazil on purple heart day,"[[FUNCTION]] GetWeather {'city': 'waverly city', 'country': 'brazil', 'timeRange': 'purple heart day'}"
what is the weather forecast in delaware,[[FUNCTION]] GetWeather {'state': 'delaware'}
play a top-50 tune from 1982 ,"[[FUNCTION]] PlayMusic {'sort': 'top-50', 'music_item': 'tune', 'year': '1982'}"
play shinji miyazaki s music on netflix,"[[FUNCTION]] PlayMusic {'artist': 'shinji miyazaki', 'service': 'netflix'}"
can i get the game list of mew singles,"[[FUNCTION]] SearchCreativeWork {'object_type': 'game', 'object_name': 'list of mew singles'}"
what s the forecast for belize around meal time,"[[FUNCTION]] GetWeather {'country': 'belize', 'timeRange': 'meal'}"
add gary lachman track to jazz for loving couples playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'gary lachman', 'music_item': 'track', 'playlist': 'jazz for loving couples'}"
find the path to power ,[[FUNCTION]] SearchCreativeWork {'object_name': 'the path to power'}
put artist paulinho da costa on my very nearly nashville playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'artist', 'artist': 'paulinho da costa', 'playlist_owner': 'my', 'playlist': 'very nearly nashville'}"
i am looking for the work: nikki,[[FUNCTION]] SearchCreativeWork {'object_name': 'nikki'}
what s the weather in low moor,[[FUNCTION]] GetWeather {'city': 'low moor'}
play some nineties music,[[FUNCTION]] PlayMusic {'year': 'nineties'}
find a television show called swing high ,"[[FUNCTION]] SearchCreativeWork {'object_type': 'television show', 'object_name': 'swing high'}"
use netflix to play bizzy bone kiss me goodnight  sergeant major,"[[FUNCTION]] PlayMusic {'service': 'netflix', 'artist': 'bizzy bone', 'track': 'kiss me goodnight sergeant major'}"
i d like to see movie schedules for kerasotes theatres,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules', 'location_name': 'kerasotes theatres'}"
i want these are the days added to my spotlight spain 2016 playlist,"[[FUNCTION]] AddToPlaylist {'entity_name': 'these are the days', 'playlist_owner': 'my', 'playlist': 'spotlight spain 2016'}"
play the greatest soundtrack by nhat son on last fm ,"[[FUNCTION]] PlayMusic {'sort': 'greatest', 'music_item': 'soundtrack', 'artist': 'nhat son', 'service': 'last fm'}"
what is the tv series in app store,"[[FUNCTION]] SearchCreativeWork {'object_type': 'tv series', 'object_name': 'app store'}"
book the space aliens grill & bar in hord wy for feb  the twenty-seventh ,"[[FUNCTION]] BookRestaurant {'restaurant_name': 'space aliens grill & bar', 'city': 'hord', 'state': 'wy', 'timeRange': 'feb the twenty-seventh'}"
find a saga called set sail the prairie,"[[FUNCTION]] SearchCreativeWork {'object_type': 'saga', 'object_name': 'set sail the prairie'}"
can jovino santos neto s album get added to my confidence boost playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'jovino santos neto', 'music_item': 'album', 'playlist_owner': 'my', 'playlist': 'confidence boost'}"
show animated movies in nearest movie theatre,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'animated movies', 'spatial_relation': 'nearest', 'object_location_type': 'movie theatre'}"
find the game company of heroes,"[[FUNCTION]] SearchCreativeWork {'object_type': 'game', 'object_name': 'company of heroes'}"
where can i find paranormal activity 3 playing near me 1 hour from now,"[[FUNCTION]] SearchScreeningEvent {'movie_name': 'paranormal activity 3', 'timeRange': '1 hour from now'}"
book a table this evening in saint vincent and the grenadines at a gastropub,"[[FUNCTION]] BookRestaurant {'timeRange': 'evening', 'country': 'saint vincent and the grenadines', 'restaurant_type': 'gastropub'}"
can i listen to dj vibe s top 10,"[[FUNCTION]] PlayMusic {'artist': 'dj vibe', 'sort': 'top 10'}"
what films are at the nearest cinema,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'films', 'spatial_relation': 'nearest', 'object_location_type': 'cinema'}"
what is the weather like in north salt lake and afghanistan,"[[FUNCTION]] GetWeather {'city': 'north salt lake', 'country': 'afghanistan'}"
can you tell me the actors of the saga awards/,"[[FUNCTION]] SearchCreativeWork {'object_name': 'actors', 'object_type': 'saga'}"
go to my all out 00s and add brian wilson,"[[FUNCTION]] AddToPlaylist {'playlist_owner': 'my', 'playlist': 'all out 00s', 'artist': 'brian wilson'}"
food truck in panama for five,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'food truck', 'country': 'panama', 'party_size_number': 'five'}"
look up the movie schedule,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule'}
book a table for chasity ruiz and mary at the fat duck in puerto rico,"[[FUNCTION]] BookRestaurant {'party_size_description': 'chasity ruiz and mary', 'restaurant_name': 'the fat duck', 'country': 'puerto rico'}"
find the gill deacon show ,[[FUNCTION]] SearchCreativeWork {'object_name': 'the gill deacon show'}
find the movie schedule for films in the area ,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule', 'movie_type': 'films', 'spatial_relation': 'in the area'}"
will i be able to watch camping-car at movie house at 6 pm,"[[FUNCTION]] SearchScreeningEvent {'movie_name': 'camping-car', 'object_location_type': 'movie house', 'timeRange': '6 pm'}"
play how does it work by helen carter ,"[[FUNCTION]] PlayMusic {'album': 'how does it work', 'artist': 'helen carter'}"
what s the weather like in schenectady ma,"[[FUNCTION]] GetWeather {'city': 'schenectady', 'state': 'ma'}"
play some folk-rock music,[[FUNCTION]] PlayMusic {'genre': 'folk-rock'}
give this current book zero out of 6,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'book', 'rating_value': 'zero', 'best_rating': '6'}"
rate this album 5 points,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'album', 'rating_value': '5', 'rating_unit': 'points'}"
how is the weather right now at my current place,"[[FUNCTION]] GetWeather {'timeRange': 'now', 'current_location': 'current place'}"
play sixties music by giovanni battista guadagnini ,"[[FUNCTION]] PlayMusic {'year': 'sixties', 'artist': 'giovanni battista guadagnini'}"
tell me the weather forecast close by brown county state park for meal time,"[[FUNCTION]] GetWeather {'spatial_relation': 'close by', 'geographic_poi': 'brown county state park', 'timeRange': 'meal'}"
play the last wellman braud album relaesd ,"[[FUNCTION]] PlayMusic {'artist': 'wellman braud', 'music_item': 'album'}"
play sugar baby by frank beard,"[[FUNCTION]] PlayMusic {'track': 'sugar baby', 'artist': 'frank beard'}"
find the schedule for the solitude of prime numbers at the nearest cinema in 1 hour,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'schedule', 'movie_name': 'the solitude of prime numbers', 'spatial_relation': 'nearest', 'object_location_type': 'cinema', 'timeRange': 'in 1 hour'}"
play the discografia de the pretty reckless saga,"[[FUNCTION]] SearchCreativeWork {'object_name': 'discografia de the pretty reckless', 'object_type': 'saga'}"
i want to give the current textbook 0 out of 6 stars,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'textbook', 'rating_value': '0', 'best_rating': '6', 'rating_unit': 'stars'}"
show me movie times for animated movies playing three hours from now in the neighbourhood ,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie times', 'movie_type': 'animated movies', 'timeRange': 'three hours from now', 'spatial_relation': 'in the neighbourhood'}"
find the game just dance greatest hits,"[[FUNCTION]] SearchCreativeWork {'object_type': 'game', 'object_name': 'just dance greatest hits'}"
add this track to the sin ti playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'track', 'playlist': 'sin ti'}"
show me the closest movie house playing an unfinished life at eight pm ,"[[FUNCTION]] SearchScreeningEvent {'spatial_relation': 'closest', 'object_location_type': 'movie house', 'movie_name': 'an unfinished life', 'timeRange': 'eight pm'}"
what s it like in bahrain right now,"[[FUNCTION]] GetWeather {'country': 'bahrain', 'timeRange': 'now'}"
can you add blood on the face to the playlist called heartland country,"[[FUNCTION]] AddToPlaylist {'entity_name': 'blood on the face', 'playlist': 'heartland country'}"
on jan  the twentieth what will it feel like in ct or the area not far from it,"[[FUNCTION]] GetWeather {'timeRange': 'jan the twentieth', 'state': 'ct', 'spatial_relation': 'not far'}"
i need a table in uruguay in 213 days when it s chillier,"[[FUNCTION]] GetWeather {'country': 'uruguay', 'timeRange': 'in 213 days', 'condition_temperature': 'chillier'}"
add this track by horace andy to acoustic soul,"[[FUNCTION]] AddToPlaylist {'music_item': 'track', 'artist': 'horace andy', 'playlist': 'acoustic soul'}"
plan an album by roni duani ,"[[FUNCTION]] PlayMusic {'music_item': 'album', 'artist': 'roni duani'}"
add song to siesta,"[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'playlist': 'siesta'}"
can you tell me the weather forecast for samoa,[[FUNCTION]] GetWeather {'country': 'samoa'}
play music on youtube,[[FUNCTION]] PlayMusic {'service': 'youtube'}
add spirit touches ground to my leche con chocolate list,"[[FUNCTION]] AddToPlaylist {'entity_name': 'spirit touches ground', 'playlist_owner': 'my', 'playlist': 'leche con chocolate'}"
i need a table for 1 minute from now at any pub for five around in that also serves fisn n chips ,"[[FUNCTION]] BookRestaurant {'timeRange': '1 minute from now', 'restaurant_type': 'pub', 'party_size_number': 'five', 'spatial_relation': 'around', 'state': 'in', 'served_dish': 'fisn n chips'}"
book a spot at the food truck in ma,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'food truck', 'state': 'ma'}"
21 weeks from now elinor  crystal turner and nita want to eat german food at a bar in distant california,"[[FUNCTION]] BookRestaurant {'timeRange': '21 weeks from now', 'party_size_description': 'elinor crystal turner and nita', 'cuisine': 'german', 'restaurant_type': 'bar', 'spatial_relation': 'distant', 'state': 'california'}"
find a tv show called ruthless,"[[FUNCTION]] SearchCreativeWork {'object_type': 'tv show', 'object_name': 'ruthless'}"
find animated movies close by with a movie schedule,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'animated movies', 'spatial_relation': 'close by', 'object_type': 'movie schedule'}"
book a spot for 7 at an outdoor food court in denmark,"[[FUNCTION]] BookRestaurant {'party_size_number': '7', 'facility': 'outdoor', 'restaurant_type': 'food court', 'country': 'denmark'}"
i would rate the persistence of vision 1 stars and a best rating of 6,"[[FUNCTION]] RateBook {'object_name': 'the persistence of vision', 'rating_value': '1', 'rating_unit': 'stars', 'best_rating': '6'}"
i need a reservation for february 27  2020 at a bar that serves paté,"[[FUNCTION]] BookRestaurant {'timeRange': 'february 27 2020', 'restaurant_type': 'bar', 'served_dish': 'paté'}"
find the ghost of tom joad,[[FUNCTION]] SearchCreativeWork {'object_name': 'the ghost of tom joad'}
i need a reservation for ten at a tavern in west virginia,"[[FUNCTION]] BookRestaurant {'party_size_number': 'ten', 'restaurant_type': 'tavern', 'state': 'west virginia'}"
what time is children of divorce playing,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'children of divorce'}
will there be a blizzard in white house curacao,"[[FUNCTION]] GetWeather {'condition_description': 'blizzard', 'city': 'white house', 'country': 'curacao'}"
play the top melody from artist maakii,"[[FUNCTION]] PlayMusic {'sort': 'top', 'music_item': 'melody', 'artist': 'maakii'}"
are any animated movies playing at magic johnson theatres,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'animated movies', 'location_name': 'magic johnson theatres'}"
give the current album a five ,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'album', 'rating_value': 'five'}"
i want to add digital line to my playlist called infantil,"[[FUNCTION]] AddToPlaylist {'entity_name': 'digital line', 'playlist_owner': 'my', 'playlist': 'infantil'}"
the current essay gets four points,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'essay', 'rating_value': 'four', 'rating_unit': 'points'}"
what will the weather be in grand coteau ut at six pm,"[[FUNCTION]] GetWeather {'city': 'grand coteau', 'state': 'ut', 'timeRange': 'six pm'}"
can you find me a trailer for phineas redux,"[[FUNCTION]] SearchCreativeWork {'object_type': 'trailer', 'object_name': 'phineas redux'}"
add the singer ivan roudyk to my fairy tales playlists ,"[[FUNCTION]] AddToPlaylist {'artist': 'ivan roudyk', 'playlist_owner': 'my', 'playlist': 'fairy tales'}"
add song in my playlist dance workout,"[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'playlist_owner': 'my', 'playlist': 'dance workout'}"
what movies can i see in the area,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'movies', 'spatial_relation': 'in the area'}"
tell me what films are playing at plitt theatres,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'films', 'location_name': 'plitt theatres'}"
add in the heart of the world to the epic gaming playlist,"[[FUNCTION]] AddToPlaylist {'entity_name': 'in the heart of the world', 'playlist': 'epic gaming'}"
find movie times,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie times'}
rate the book english grammar in use a five,"[[FUNCTION]] RateBook {'object_type': 'book', 'object_name': 'english grammar in use', 'rating_value': 'five'}"
play tujiko noriko s ten years and running ,"[[FUNCTION]] PlayMusic {'artist': 'tujiko noriko', 'album': 'ten years and running'}"
add the song to the soundscapes for gaming playlist ,"[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'playlist': 'soundscapes for gaming'}"
can you put a song by jessica mauboy on my playlist entitled a sudden rainstorm,"[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'artist': 'jessica mauboy', 'playlist_owner': 'my', 'playlist': 'a sudden rainstorm'}"
show movie schedule,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule'}
show me movie schedules for today ,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules'}
add cecil womack to my 50 great female voices playlist ,"[[FUNCTION]] AddToPlaylist {'artist': 'cecil womack', 'playlist_owner': 'my', 'playlist': '50 great female voices'}"
will it be freezing here in 9 seconds,"[[FUNCTION]] GetWeather {'condition_temperature': 'freezing', 'current_location': 'here', 'timeRange': 'in 9 seconds'}"
forecast for serbia,[[FUNCTION]] GetWeather {'country': 'serbia'}
i want to give a mortal flower a two,"[[FUNCTION]] RateBook {'object_name': 'a mortal flower', 'rating_value': 'two'}"
where can i view the picture reaching horizons,"[[FUNCTION]] SearchCreativeWork {'object_type': 'picture', 'object_name': 'reaching horizons'}"
in hawaii will it be warmer at 3 am,"[[FUNCTION]] GetWeather {'state': 'hawaii', 'condition_temperature': 'warmer', 'timeRange': '3 am'}"
rate the little book four stars,"[[FUNCTION]] RateBook {'object_name': 'the little book', 'rating_value': 'four', 'rating_unit': 'stars'}"
rate the current textbook one of 6 stars,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'textbook', 'rating_value': 'one', 'best_rating': '6', 'rating_unit': 'stars'}"
i want a table for five at a restaurant with latin food in arkansas for 1 hour from now,"[[FUNCTION]] BookRestaurant {'party_size_number': 'five', 'restaurant_type': 'restaurant', 'cuisine': 'latin', 'state': 'arkansas', 'timeRange': '1 hour from now'}"
find love will tear us apart  a photograph,"[[FUNCTION]] SearchCreativeWork {'object_name': 'love will tear us apart', 'object_type': 'photograph'}"
please play me a popular track from 1984 ,"[[FUNCTION]] PlayMusic {'sort': 'popular', 'music_item': 'track', 'year': '1984'}"
book a mediterranean restaurant for my sister and i,"[[FUNCTION]] BookRestaurant {'cuisine': 'mediterranean', 'restaurant_type': 'restaurant', 'party_size_description': 'my sister and i'}"
how will the weather be different 5 years from now in waconia,"[[FUNCTION]] GetWeather {'timeRange': '5 years from now', 'city': 'waconia'}"
search for teenage mutant hero turtles: fall of the foot clan photograph,"[[FUNCTION]] SearchCreativeWork {'object_name': 'teenage mutant hero turtles: fall of the foot clan', 'object_type': 'photograph'}"
play party anthems,[[FUNCTION]] PlayMusic {'playlist': 'party anthems'}
what is the niceville forecast in fm,"[[FUNCTION]] GetWeather {'city': 'niceville', 'state': 'fm'}"
find heat wave,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'heat wave'}
which is the nearest movie house playing the diary of anne frank,"[[FUNCTION]] SearchScreeningEvent {'spatial_relation': 'nearest', 'object_location_type': 'movie house', 'movie_name': 'the diary of anne frank'}"
can i have the movie schedule for imax corporation,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule', 'location_name': 'imax corporation'}"
book me a reservation for eight for the top-rated bakery eleven hours from now in mango,"[[FUNCTION]] BookRestaurant {'party_size_number': 'eight', 'sort': 'top-rated', 'restaurant_type': 'bakery', 'timeRange': 'eleven hours from now', 'city': 'mango'}"
play yung joc on slacker,"[[FUNCTION]] PlayMusic {'artist': 'yung joc', 'service': 'slacker'}"
show 50 words for snow creative picture,"[[FUNCTION]] SearchCreativeWork {'object_name': '50 words for snow', 'object_type': 'picture'}"
play the electrochemical and solid state letters song,"[[FUNCTION]] SearchCreativeWork {'object_name': 'electrochemical and solid state letters', 'object_type': 'song'}"
table for 8 at a popular food court,"[[FUNCTION]] BookRestaurant {'party_size_number': '8', 'sort': 'popular', 'restaurant_type': 'food court'}"
find me a table for 8 people at a nearby al restaurant one minute from now ,"[[FUNCTION]] BookRestaurant {'party_size_number': '8', 'spatial_relation': 'nearby', 'state': 'al', 'restaurant_type': 'restaurant', 'timeRange': 'one minute from now'}"
is there rain now in maine,"[[FUNCTION]] GetWeather {'condition_description': 'rain', 'timeRange': 'now', 'state': 'maine'}"
show me the photograph johnny cash: the complete columbia album collection,"[[FUNCTION]] SearchCreativeWork {'object_type': 'photograph', 'object_name': 'johnny cash: the complete columbia album collection'}"
find movie schedules ,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules'}
find movie schedules for  united paramount theatres ,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules', 'location_name': 'united paramount theatres'}"
what is the forecast for montana at dinner,"[[FUNCTION]] GetWeather {'state': 'montana', 'timeRange': 'dinner'}"
please add this track to my de camino playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'track', 'playlist_owner': 'my', 'playlist': 'de camino'}"
book me a restaurant please ,[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant'}
find drumline: a new beat  a picture,"[[FUNCTION]] SearchCreativeWork {'object_name': 'drumline: a new beat', 'object_type': 'picture'}"
play the red room sessions from chris cunningham,"[[FUNCTION]] PlayMusic {'album': 'the red room sessions', 'artist': 'chris cunningham'}"
play the great adventures of slick rick game,"[[FUNCTION]] SearchCreativeWork {'object_name': 'the great adventures of slick rick', 'object_type': 'game'}"
list movie schedules for movies playing close by,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules', 'movie_type': 'movies', 'spatial_relation': 'close by'}"
i am looking for the tv show called the flight of the lost balloon,"[[FUNCTION]] SearchCreativeWork {'object_type': 'tv show', 'object_name': 'flight of the lost balloon'}"
add david axelrod to my futuros hits list,"[[FUNCTION]] AddToPlaylist {'artist': 'david axelrod', 'playlist_owner': 'my', 'playlist': 'futuros hits'}"
play me sun ra songs from the fifties,"[[FUNCTION]] PlayMusic {'artist': 'sun ra', 'year': 'fifties'}"
add this track to my dinnertime acoustics playist,"[[FUNCTION]] AddToPlaylist {'music_item': 'track', 'playlist_owner': 'my', 'playlist': 'dinnertime acoustics'}"
add tune to atmospheric black metal playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist': 'atmospheric black metal'}"
need to see mother joan of the angels in one second ,"[[FUNCTION]] SearchScreeningEvent {'movie_name': 'mother joan of the angels', 'timeRange': 'in one second'}"
give 2 out of 6 points to the following textbook ,"[[FUNCTION]] RateBook {'rating_value': '2', 'best_rating': '6', 'rating_unit': 'points', 'object_select': 'following', 'object_type': 'textbook'}"
i would like to book a restaurant for two in 42 weeks from now in wagram,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'party_size_number': 'two', 'timeRange': '42 weeks from now', 'city': 'wagram'}"
play some last fm music like the 1992 ep from peaches,"[[FUNCTION]] PlayMusic {'service': 'last fm', 'year': '1992', 'music_item': 'ep', 'artist': 'peaches'}"
where is the closest cinema playing a drink in the passage,"[[FUNCTION]] SearchScreeningEvent {'spatial_relation': 'closest', 'object_location_type': 'cinema', 'movie_name': 'a drink in the passage'}"
i m hoping you can find a photograph from live at the isle of wight 1970 ,"[[FUNCTION]] SearchCreativeWork {'object_type': 'photograph', 'object_name': 'live at the isle of wight 1970'}"
what movies are around here,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'movies', 'spatial_relation': 'around here'}"
book a restaurant distant from downtown ,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'spatial_relation': 'distant', 'poi': 'downtown'}"
find doggy day school  an album,"[[FUNCTION]] SearchCreativeWork {'object_name': 'doggy day school', 'object_type': 'album'}"
please play bitch please ii,[[FUNCTION]] PlayMusic {'track': 'bitch please ii'}
find a video game called young ,"[[FUNCTION]] SearchCreativeWork {'object_type': 'video game', 'object_name': 'young'}"
is strauss is playing today at the cineplex odeon corporation,"[[FUNCTION]] SearchScreeningEvent {'movie_name': 'strauss is playing today', 'location_name': 'cineplex odeon corporation'}"
award this current novel 0 points,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'novel', 'rating_value': '0', 'rating_unit': 'points'}"
weather for this winter here,"[[FUNCTION]] GetWeather {'timeRange': 'this winter', 'current_location': 'here'}"
what animated movies are playing at the closest movie theatre,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'animated movies', 'spatial_relation': 'closest', 'object_location_type': 'movie theatre'}"
rate this book four of 6 points,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'book', 'rating_value': 'four', 'best_rating': '6', 'rating_unit': 'points'}"
i want to go see the trouble with girls,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'the trouble with girls'}
cock-a-doodle-doo was awful  i m giving it a 0 out of 6 ,"[[FUNCTION]] RateBook {'object_name': 'cock-a-doodle-doo', 'rating_value': '0', 'best_rating': '6'}"
show me the schedule of films in the neighbourhood,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'schedule', 'movie_type': 'films', 'spatial_relation': 'in the neighbourhood'}"
book a table for nine people in svalbard and jan mayen ,"[[FUNCTION]] BookRestaurant {'party_size_number': 'nine', 'country': 'svalbard and jan mayen'}"
i would give french poets and novelists a best rating of 6 and a value of three,"[[FUNCTION]] RateBook {'object_name': 'french poets and novelists', 'best_rating': '6', 'rating_value': 'three'}"
what animated movies are playing nearby,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'animated movies', 'spatial_relation': 'nearby'}"
will there be a cloud here at 06:50:20,"[[FUNCTION]] GetWeather {'condition_description': 'cloud', 'current_location': 'here', 'timeRange': '06:50:20'}"
i want to give the chronicle zombie bums from uranus 3 points,"[[FUNCTION]] RateBook {'object_part_of_series_type': 'chronicle', 'object_name': 'zombie bums from uranus', 'rating_value': '3', 'rating_unit': 'points'}"
i d like to know when i can see the taking of flight 847: the uli derickson story at amco entertainment ,"[[FUNCTION]] SearchScreeningEvent {'movie_name': 'the taking of flight 847: the uli derickson story', 'location_name': 'amco entertainment'}"
play is this my world by leo arnaud,"[[FUNCTION]] PlayMusic {'album': 'is this my world', 'artist': 'leo arnaud'}"
book a reservation for clinton street baking company & restaurant distant from downtown,"[[FUNCTION]] BookRestaurant {'restaurant_name': 'clinton street baking company & restaurant', 'spatial_relation': 'distant', 'poi': 'downtown'}"
add nyoil to my this is prince playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'nyoil', 'playlist_owner': 'my', 'playlist': 'this is prince'}"
show me the everybody wants you picture,"[[FUNCTION]] SearchCreativeWork {'object_name': 'everybody wants you', 'object_type': 'picture'}"
find a restaurant in fm that servec quiche ,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'state': 'fm', 'served_dish': 'quiche'}"
i would give this current novel 2 stars with a best rating of 6,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'novel', 'rating_value': '2', 'rating_unit': 'stars', 'best_rating': '6'}"
i want to book a pastelaria cafe in alabama for me and my great grandfather ,"[[FUNCTION]] BookRestaurant {'cuisine': 'pastelaria', 'restaurant_type': 'cafe', 'state': 'alabama', 'party_size_description': 'me and my great grandfather'}"
is hail in the weather forecast for monterey bay national marine sanctuary,"[[FUNCTION]] GetWeather {'condition_description': 'hail', 'geographic_poi': 'monterey bay national marine sanctuary'}"
add tune to sxsw fresh playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist': 'sxsw fresh'}"
make a reservation in a popular sicilian bar place nearby  for me only  tomorrow,"[[FUNCTION]] BookRestaurant {'sort': 'popular', 'cuisine': 'sicilian', 'restaurant_type': 'bar', 'spatial_relation': 'nearby', 'timeRange': 'tomorrow'}"
i need a table for 9,[[FUNCTION]] BookRestaurant {'party_size_number': '9'}
add this artist to my post-grunge playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'artist', 'playlist_owner': 'my', 'playlist': 'post-grunge'}"
rate this album a 2,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'album', 'rating_value': '2'}"
what will the weather be like this tuesday in the area neighboring rendezvous mountain educational state forest,"[[FUNCTION]] GetWeather {'timeRange': 'this tuesday', 'spatial_relation': 'neighboring', 'geographic_poi': 'rendezvous mountain educational state forest'}"
i need a table in ottoville on feb  15th  2029 at gus stevens seafood restaurant & buccaneer lounge,"[[FUNCTION]] BookRestaurant {'city': 'ottoville', 'timeRange': 'feb 15th 2029', 'restaurant_name': 'gus stevens seafood restaurant & buccaneer lounge'}"
i need a table for five at childs restaurants in brunei ,"[[FUNCTION]] BookRestaurant {'party_size_number': 'five', 'restaurant_name': 'childs restaurants', 'country': 'brunei'}"
how do i get the game still on it,"[[FUNCTION]] SearchCreativeWork {'object_type': 'game', 'object_name': 'still on it'}"
i would like to make a reservation for 2 for brunch ,"[[FUNCTION]] BookRestaurant {'party_size_number': '2', 'timeRange': 'brunch'}"
need a table  for party of five for december 26  2040 in the state of mt,"[[FUNCTION]] BookRestaurant {'party_size_number': 'five', 'timeRange': 'december 26 2040', 'state': 'mt'}"
book me a restaurant for nine in statham,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'party_size_number': 'nine', 'city': 'statham'}"
i d like a table for ten in 2 minutes at french horn  sonning eye,"[[FUNCTION]] BookRestaurant {'party_size_number': 'ten', 'timeRange': 'in 2 minutes', 'restaurant_name': 'french horn sonning eye'}"
find a movie house for 07:52 showing ganges: river to heaven,"[[FUNCTION]] SearchScreeningEvent {'object_location_type': 'movie house', 'timeRange': '07:52', 'movie_name': 'ganges: river to heaven'}"
what is the michael moore is a big fat stupid white man video game,"[[FUNCTION]] SearchCreativeWork {'object_name': 'michael moore is a big fat stupid white man', 'object_type': 'video game'}"
i want to eat close to bowlegs seven years from now,"[[FUNCTION]] BookRestaurant {'spatial_relation': 'close', 'city': 'bowlegs', 'timeRange': 'seven years from now'}"
for my playlist chill add the name cater fe she,"[[FUNCTION]] AddToPlaylist {'playlist_owner': 'my', 'playlist': 'chill', 'entity_name': 'cater fe she'}"
search for the halfway home tv show,"[[FUNCTION]] SearchCreativeWork {'object_name': 'halfway home', 'object_type': 'tv show'}"
find movie times,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie times'}
play journey list,[[FUNCTION]] PlayMusic {'playlist': 'journey'}
tell me what animated movies i can see at the closest movie theatre,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'animated movies', 'spatial_relation': 'closest', 'object_location_type': 'movie theatre'}"
i d like to see the trailer tony parker,"[[FUNCTION]] SearchCreativeWork {'object_type': 'trailer', 'object_name': 'tony parker'}"
what time is holiday heart showing at the movie house,"[[FUNCTION]] SearchScreeningEvent {'movie_name': 'holiday heart', 'object_location_type': 'movie house'}"
play the movie white christmas,"[[FUNCTION]] SearchCreativeWork {'object_type': 'movie', 'object_name': 'white christmas'}"
is it forecast to be warm in doi inthanon national park,"[[FUNCTION]] GetWeather {'condition_temperature': 'warm', 'geographic_poi': 'doi inthanon national park'}"
add this tune to cristina s endorphin rush playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist_owner': 'cristina s', 'playlist': 'endorphin rush'}"
play a song by nash the slash,"[[FUNCTION]] PlayMusic {'music_item': 'song', 'artist': 'nash the slash'}"
i rate doom 3: worlds on fire a 1 of 6,"[[FUNCTION]] RateBook {'object_name': 'doom 3: worlds on fire', 'rating_value': '1', 'best_rating': '6'}"
what time is phil ochs: there but for fortune playing at the movie house,"[[FUNCTION]] SearchScreeningEvent {'movie_name': 'phil ochs: there but for fortune', 'object_location_type': 'movie house'}"
add andreas johnson to my rock save the queen playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'andreas johnson', 'playlist_owner': 'my', 'playlist': 'rock save the queen'}"
i d like to watch take this waltz,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'take this waltz'}
what are the mann theatres showtimes for secret sunshine,"[[FUNCTION]] SearchScreeningEvent {'location_name': 'mann theatres', 'movie_name': 'secret sunshine'}"
will there be snowfall in kitlope heritage conservancy,"[[FUNCTION]] GetWeather {'condition_description': 'snowfall', 'geographic_poi': 'kitlope heritage conservancy'}"
play geddy lee music on spotify sort by top,"[[FUNCTION]] PlayMusic {'artist': 'geddy lee', 'service': 'spotify', 'sort': 'top'}"
rate in the eyes of mr  fury zero of 6,"[[FUNCTION]] RateBook {'object_name': 'in the eyes of mr fury', 'rating_value': 'zero', 'best_rating': '6'}"
look up the tv series operace silver a,"[[FUNCTION]] SearchCreativeWork {'object_type': 'tv series', 'object_name': 'operace silver a'}"
i m looking for the tv series  called unborn,"[[FUNCTION]] SearchCreativeWork {'object_type': 'tv series', 'object_name': 'unborn'}"
play the song memories are my only witness,"[[FUNCTION]] SearchCreativeWork {'object_type': 'song', 'object_name': 'memories are my only witness'}"
i give the phishing manual four stars out of 6 ,"[[FUNCTION]] RateBook {'object_name': 'the phishing manual', 'rating_value': 'four', 'rating_unit': 'stars', 'best_rating': '6'}"
play clásicos del hip hop español,[[FUNCTION]] PlayMusic {'playlist': 'clásicos del hip hop español'}
add rupee to my ultra metal playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'rupee', 'playlist_owner': 'my', 'playlist': 'ultra metal'}"
add shi xin hui to my piano chill playlist ,"[[FUNCTION]] AddToPlaylist {'artist': 'shi xin hui', 'playlist_owner': 'my', 'playlist': 'piano chill'}"
what time is the clutching hand playing at amco entertainment,"[[FUNCTION]] SearchScreeningEvent {'movie_name': 'the clutching hand', 'location_name': 'amco entertainment'}"
add circus to my post garage wave revival list,"[[FUNCTION]] AddToPlaylist {'entity_name': 'circus', 'playlist_owner': 'my', 'playlist': 'post garage wave revival'}"
the chronicle charlie peace earns 4 stars from me,"[[FUNCTION]] RateBook {'object_part_of_series_type': 'chronicle', 'object_name': 'charlie peace', 'rating_value': '4', 'rating_unit': 'stars'}"
find conker: live and reloaded,[[FUNCTION]] SearchCreativeWork {'object_name': 'conker: live and reloaded'}
show me the nearest movie house showing the luckiest girl in the world,"[[FUNCTION]] SearchScreeningEvent {'spatial_relation': 'nearest', 'object_location_type': 'movie house', 'movie_name': 'the luckiest girl in the world'}"
play track music from peter finestone on netflix sort by newest,"[[FUNCTION]] PlayMusic {'music_item': 'track', 'artist': 'peter finestone', 'service': 'netflix', 'sort': 'newest'}"
play the song shine a light,"[[FUNCTION]] PlayMusic {'music_item': 'song', 'track': 'shine a light'}"
book a popular restaurant of thai cuisine,"[[FUNCTION]] BookRestaurant {'sort': 'popular', 'restaurant_type': 'restaurant', 'cuisine': 'thai'}"
which animated movies are playing in the neighbourhood and when,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'animated movies', 'spatial_relation': 'in the neighbourhood'}"
i want to listen to the song only the greatest,"[[FUNCTION]] SearchCreativeWork {'object_type': 'song', 'object_name': 'only the greatest'}"
i d like to eat at the best restaurant ,"[[FUNCTION]] BookRestaurant {'sort': 'best', 'restaurant_type': 'restaurant'}"
is it going to be chilly in western sahara in 13 hours,"[[FUNCTION]] GetWeather {'condition_temperature': 'chilly', 'country': 'western sahara', 'timeRange': '13 hours'}"
i want to book a restaurant for four around zapata,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'party_size_number': 'four', 'spatial_relation': 'around', 'city': 'zapata'}"
rate if tomorrow comes 2 of 6 stars,"[[FUNCTION]] RateBook {'object_name': 'if tomorrow comes', 'rating_value': '2', 'best_rating': '6', 'rating_unit': 'stars'}"
the book history by contract is rated five stars in my opinion ,"[[FUNCTION]] RateBook {'object_type': 'book', 'object_name': 'history by contract', 'rating_value': 'five', 'rating_unit': 'stars'}"
i want to book a bar in bonaparte palau ,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'bar', 'city': 'bonaparte', 'state': 'palau'}"
i m looking for dead at 21  the tv series,"[[FUNCTION]] SearchCreativeWork {'object_name': 'dead at 21', 'object_type': 'tv series'}"
can you make reservations at a tea house that serves fettucine,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'tea house', 'served_dish': 'fettucine'}"
put a track by lil mama into my guest list sneaky zebra playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'track', 'artist': 'lil mama', 'playlist_owner': 'my', 'playlist': 'guest list sneaky zebra'}"
put some frank ferrer into my edna st vincent millay playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'frank ferrer', 'playlist_owner': 'my', 'playlist': 'edna st vincent millay'}"
what is the forecast for niger,[[FUNCTION]] GetWeather {'country': 'niger'}
rate this novel a 3,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'novel', 'rating_value': '3'}"
add this ruth crawford seeger song to my playlist called the soundtrack 007,"[[FUNCTION]] AddToPlaylist {'artist': 'ruth crawford seeger', 'music_item': 'song', 'playlist_owner': 'my', 'playlist': 'the soundtrack 007'}"
is it going to snow next year in wv,"[[FUNCTION]] GetWeather {'condition_description': 'snow', 'timeRange': 'next year', 'state': 'wv'}"
is romulus and the sabines playing at the nearest cinema at ten,"[[FUNCTION]] SearchScreeningEvent {'movie_name': 'romulus and the sabines', 'spatial_relation': 'nearest', 'object_location_type': 'cinema', 'timeRange': 'ten'}"
show me the new showings for animated movies in the neighborhood,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'animated movies', 'spatial_relation': 'in the neighborhood'}"
play the video game the genesis machine,"[[FUNCTION]] SearchCreativeWork {'object_type': 'video game', 'object_name': 'the genesis machine'}"
i want to go to 88th st-boyd av or close by and book seats for 10,"[[FUNCTION]] BookRestaurant {'poi': '88th st-boyd av', 'spatial_relation': 'close', 'party_size_number': '10'}"
i need to add to the funk soul disco playlist my favorite artist,"[[FUNCTION]] AddToPlaylist {'playlist': 'funk soul disco', 'playlist_owner': 'my', 'music_item': 'artist'}"
i want to book a cafe for 3 in fargo,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'cafe', 'party_size_number': '3', 'city': 'fargo'}"
where can i watch tv series shopping spree,"[[FUNCTION]] SearchCreativeWork {'object_type': 'tv series', 'object_name': 'shopping spree'}"
play an andy silvester sound track from the thirties on spotify,"[[FUNCTION]] PlayMusic {'artist': 'andy silvester', 'music_item': 'sound track', 'year': 'thirties', 'service': 'spotify'}"
i d like to eat at a popular brasserie in chile with a party of 5,"[[FUNCTION]] BookRestaurant {'sort': 'popular', 'restaurant_type': 'brasserie', 'country': 'chile', 'party_size_number': '5'}"
what s the forecast for my current place at five pm,"[[FUNCTION]] GetWeather {'current_location': 'current place', 'timeRange': 'five pm'}"
give private games 3 stars out of 6,"[[FUNCTION]] RateBook {'object_name': 'private games', 'rating_value': '3', 'rating_unit': 'stars', 'best_rating': '6'}"
in 17 minutes  will it be foggy in songimvelo game reserve,"[[FUNCTION]] GetWeather {'timeRange': 'in 17 minutes', 'condition_description': 'foggy', 'geographic_poi': 'songimvelo game reserve'}"
how hot will it be in wisconsin on august fourth,"[[FUNCTION]] GetWeather {'condition_temperature': 'hot', 'state': 'wisconsin', 'timeRange': 'august fourth'}"
i d like to put qriii onto songs to sing in the car ,"[[FUNCTION]] AddToPlaylist {'entity_name': 'qriii', 'playlist': 'songs to sing in the car'}"
will it be chilly in oakdale ok,"[[FUNCTION]] GetWeather {'condition_temperature': 'chilly', 'city': 'oakdale', 'state': 'ok'}"
add dwele to marguerite s eurovision 2016 playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'dwele', 'playlist_owner': 'marguerite s', 'playlist': 'eurovision 2016'}"
what s the weather forecast for croatia on jul  25th,"[[FUNCTION]] GetWeather {'country': 'croatia', 'timeRange': 'jul 25th'}"
find tv series titled a life in the death of joe meek,"[[FUNCTION]] SearchCreativeWork {'object_type': 'tv series', 'object_name': 'a life in the death of joe meek'}"
open fadl shaker on spotify and play a melody starting with the newest,"[[FUNCTION]] PlayMusic {'artist': 'fadl shaker', 'service': 'spotify', 'music_item': 'melody', 'sort': 'newest'}"
please add jency anthony to my playlist this is mozart,"[[FUNCTION]] AddToPlaylist {'artist': 'jency anthony', 'playlist_owner': 'my', 'playlist': 'this is mozart'}"
whats the weather in ga,[[FUNCTION]] GetWeather {'state': 'ga'}
i rate the chronicle  son of the tree with four of 6 points ,"[[FUNCTION]] RateBook {'object_part_of_series_type': 'chronicle', 'object_name': 'son of the tree', 'rating_value': 'four', 'best_rating': '6', 'rating_unit': 'points'}"
add git to domingo indie,"[[FUNCTION]] AddToPlaylist {'entity_name': 'git', 'playlist': 'domingo indie'}"
will there be cloud coverage in verdery  myanmar,"[[FUNCTION]] GetWeather {'condition_description': 'cloud', 'city': 'verdery', 'country': 'myanmar'}"
rate maps for lost lovers 1 of 6,"[[FUNCTION]] RateBook {'object_name': 'maps for lost lovers', 'rating_value': '1', 'best_rating': '6'}"
will it snow in granbury,"[[FUNCTION]] GetWeather {'condition_description': 'snow', 'city': 'granbury'}"
play me a cinder block movement,"[[FUNCTION]] PlayMusic {'artist': 'cinder block', 'music_item': 'movement'}"
find the tv series shaun the sheep,"[[FUNCTION]] SearchCreativeWork {'object_type': 'tv series', 'object_name': 'shaun the sheep'}"
i want to hear the jody williams sound track,"[[FUNCTION]] PlayMusic {'artist': 'jody williams', 'music_item': 'sound track'}"
what is the forecast for foggy conditions here in twenty one minutes,"[[FUNCTION]] GetWeather {'condition_description': 'foggy', 'current_location': 'here', 'timeRange': 'in twenty one minutes'}"
book a table at grecian coffee house for 7 on apr  7th  2024,"[[FUNCTION]] BookRestaurant {'restaurant_name': 'grecian coffee house', 'party_size_number': '7', 'timeRange': 'apr 7th 2024'}"
show creative photograph of icewind dale: heart of winter,"[[FUNCTION]] SearchCreativeWork {'object_type': 'photograph', 'object_name': 'icewind dale: heart of winter'}"
rate the manxman 5 out of 6,"[[FUNCTION]] RateBook {'object_name': 'the manxman', 'rating_value': '5', 'best_rating': '6'}"
add this song to my lo que suena new york playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'playlist_owner': 'my', 'playlist': 'lo que suena new york'}"
find reproductions: songs of the human league,[[FUNCTION]] SearchCreativeWork {'object_name': 'reproductions: songs of the human league'}
play a 2001 sound track on deezer ,"[[FUNCTION]] PlayMusic {'year': '2001', 'music_item': 'sound track', 'service': 'deezer'}"
weather for ma in the morning,"[[FUNCTION]] GetWeather {'state': 'ma', 'timeRange': 'morning'}"
play a ballad by bob johnston,"[[FUNCTION]] PlayMusic {'music_item': 'ballad', 'artist': 'bob johnston'}"
is there a snowstorm in russia,"[[FUNCTION]] GetWeather {'condition_description': 'snowstorm', 'country': 'russia'}"
will it be nice on aug  the nineteenth in beda bulgaria,"[[FUNCTION]] GetWeather {'timeRange': 'aug the nineteenth', 'city': 'beda', 'country': 'bulgaria'}"
i d like for you to put this artist to my evening commute playlist ,"[[FUNCTION]] AddToPlaylist {'music_item': 'artist', 'playlist_owner': 'my', 'playlist': 'evening commute'}"
play the caps lock trailer,"[[FUNCTION]] SearchCreativeWork {'object_name': 'caps lock', 'object_type': 'trailer'}"
give me the movie schedules for warren theatres,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules', 'location_name': 'warren theatres'}"
i need current movie schedules ,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules'}
add even serpents shine to dorothea s indie hipster playlist,"[[FUNCTION]] AddToPlaylist {'entity_name': 'even serpents shine', 'playlist_owner': 'dorothea s', 'playlist': 'indie hipster'}"
play ep by arjen anthony lucassen,"[[FUNCTION]] PlayMusic {'music_item': 'ep', 'artist': 'arjen anthony lucassen'}"
give 4 points to this novel,"[[FUNCTION]] RateBook {'rating_value': '4', 'rating_unit': 'points', 'object_select': 'this', 'object_type': 'novel'}"
add star light  star bright to my jazz classics playlist,"[[FUNCTION]] AddToPlaylist {'entity_name': 'star light star bright', 'playlist_owner': 'my', 'playlist': 'jazz classics'}"
put nothing remains the same on my summer music playlist,"[[FUNCTION]] AddToPlaylist {'entity_name': 'nothing remains the same', 'playlist_owner': 'my', 'playlist': 'summer music'}"
weather for the night time in new mexico,"[[FUNCTION]] GetWeather {'timeRange': 'night', 'state': 'new mexico'}"
add pangaea to my gold edition playlist,"[[FUNCTION]] AddToPlaylist {'entity_name': 'pangaea', 'playlist_owner': 'my', 'playlist': 'gold edition'}"
find me a movie with the name oshin,"[[FUNCTION]] SearchCreativeWork {'object_type': 'movie', 'object_name': 'oshin'}"
add ian stuart donaldson to canadian country,"[[FUNCTION]] AddToPlaylist {'artist': 'ian stuart donaldson', 'playlist': 'canadian country'}"
show me movie time for i am sorry  at my movie house,"[[FUNCTION]] SearchScreeningEvent {'movie_name': 'i am sorry', 'object_location_type': 'movie house'}"
please add ruud jolie to my playlist guest list polygon,"[[FUNCTION]] AddToPlaylist {'artist': 'ruud jolie', 'playlist_owner': 'my', 'playlist': 'guest list polygon'}"
add patti page album to i love my neo soul,"[[FUNCTION]] AddToPlaylist {'artist': 'patti page', 'music_item': 'album', 'playlist': 'i love my neo soul'}"
add an album by twink to my classic country playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'album', 'artist': 'twink', 'playlist_owner': 'my', 'playlist': 'classic country'}"
will it be a snowy day in dalcour,"[[FUNCTION]] GetWeather {'condition_description': 'snowy', 'timeRange': 'day', 'city': 'dalcour'}"
rate this essay a two out of 6,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'essay', 'rating_value': 'two', 'best_rating': '6'}"
find the movie schedules for animated movies nearby at 09:44 am ,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules', 'movie_type': 'animated movies', 'spatial_relation': 'nearby', 'timeRange': '09:44 am'}"
add armand van helden to my black sabbath the ozzy years playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'armand van helden', 'playlist_owner': 'my', 'playlist': 'black sabbath the ozzy years'}"
give this chronicle a 4,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_part_of_series_type': 'chronicle', 'rating_value': '4'}"
i m looking for a churrascaria place with wifi that can serve a party of five ,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'churrascaria', 'facility': 'wifi', 'party_size_number': 'five'}"
what time is goodbye mothers playing,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'goodbye mothers'}
book the city tavern in holiday ks ,"[[FUNCTION]] BookRestaurant {'restaurant_name': 'city tavern', 'city': 'holiday', 'state': 'ks'}"
what movies are playing dickinson theatres,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'movies', 'location_name': 'dickinson theatres'}"
rate the key word and other mysteries 4 of 6,"[[FUNCTION]] RateBook {'object_name': 'the key word and other mysteries', 'rating_value': '4', 'best_rating': '6'}"
i d like to watch may blossom,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'may blossom'}
play some music on slacker,[[FUNCTION]] PlayMusic {'service': 'slacker'}
i want to rate the ingenuity gap 3 out of 6,"[[FUNCTION]] RateBook {'object_name': 'the ingenuity gap', 'rating_value': '3', 'best_rating': '6'}"
add song to my wild country playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'playlist_owner': 'my', 'playlist': 'wild country'}"
what is the weather forecast for close-by burkina,"[[FUNCTION]] GetWeather {'spatial_relation': 'close-by', 'country': 'burkina'}"
i want to watch supernatural: the unseen powers of animals,[[FUNCTION]] SearchCreativeWork {'object_name': 'supernatural: the unseen powers of animals'}
listen to dragon ball: music collection,[[FUNCTION]] SearchCreativeWork {'object_name': 'dragon ball: music collection'}
add troy van leeuwen to my nu metal list,"[[FUNCTION]] AddToPlaylist {'artist': 'troy van leeuwen', 'playlist_owner': 'my', 'playlist': 'nu metal'}"
add born free to fresh r&b,"[[FUNCTION]] AddToPlaylist {'entity_name': 'born free', 'playlist': 'fresh r&b'}"
book at table at forest av restaurant close-by for 2 1 second from now,"[[FUNCTION]] BookRestaurant {'poi': 'forest av', 'restaurant_type': 'restaurant', 'spatial_relation': 'close-by', 'party_size_number': '2', 'timeRange': '1 second from now'}"
can you get me the trailer of the multiversity,"[[FUNCTION]] SearchCreativeWork {'object_type': 'trailer', 'object_name': 'the multiversity'}"
are there movies at malco theatres,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'movies', 'location_name': 'malco theatres'}"
rate the current chronicle series 3 out of 6 points,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_part_of_series_type': 'chronicle series', 'rating_value': '3', 'best_rating': '6', 'rating_unit': 'points'}"
can i get the movie times,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie times'}
i want to add hind etin to my la mejor música dance 2017 playlist,"[[FUNCTION]] AddToPlaylist {'entity_name': 'hind etin', 'playlist_owner': 'my', 'playlist': 'la mejor música dance 2017'}"
play some latin on zvooq,"[[FUNCTION]] PlayMusic {'genre': 'latin', 'service': 'zvooq'}"
what is the freezing forecast for british virgin islands,"[[FUNCTION]] GetWeather {'condition_temperature': 'freezing', 'country': 'british virgin islands'}"
pull up sweeney todd - il diabolico barbiere di fleet street,[[FUNCTION]] SearchCreativeWork {'object_name': 'sweeney todd - il diabolico barbiere di fleet street'}
put four rating on the raging quiet,"[[FUNCTION]] RateBook {'rating_value': 'four', 'object_name': 'the raging quiet'}"
show me the tv show limit of love: umizaru,"[[FUNCTION]] SearchCreativeWork {'object_type': 'tv show', 'object_name': 'limit of love: umizaru'}"
which movies are playing at the closest cinema,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'movies', 'spatial_relation': 'closest', 'object_location_type': 'cinema'}"
add this album by karl davydov to reyna s this is luis fonsi playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'album', 'artist': 'karl davydov', 'playlist_owner': 'reyna s', 'playlist': 'this is luis fonsi'}"
where can i see the television show falling away from me,"[[FUNCTION]] SearchCreativeWork {'object_type': 'television show', 'object_name': 'falling away from me'}"
book me a table for 5 at a best rated restaurant in italy,"[[FUNCTION]] BookRestaurant {'party_size_number': '5', 'sort': 'best rated', 'restaurant_type': 'restaurant', 'country': 'italy'}"
will there be a snowstorm in taberville,"[[FUNCTION]] GetWeather {'condition_description': 'snowstorm', 'city': 'taberville'}"
add this song to this is no te va gustar playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'playlist': 'this is no te va gustar'}"
can i get the movies  showtimes for the closest movie house ,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'movies', 'spatial_relation': 'closest', 'object_location_type': 'movie house'}"
do you have something like impossible is nothing by abderrahmane abdelli,"[[FUNCTION]] PlayMusic {'track': 'impossible is nothing', 'artist': 'abderrahmane abdelli'}"
what is the weather forecast for cistern,[[FUNCTION]] GetWeather {'city': 'cistern'}
please make reservations in yeager for seven am at a highly rated indian brasserie,"[[FUNCTION]] BookRestaurant {'city': 'yeager', 'timeRange': 'seven am', 'sort': 'highly rated', 'cuisine': 'indian', 'restaurant_type': 'brasserie'}"
play me a nineties sound track,"[[FUNCTION]] PlayMusic {'year': 'nineties', 'music_item': 'sound track'}"
where can i find thor meets captain america,[[FUNCTION]] SearchCreativeWork {'object_name': 'thor meets captain america'}
i need to have pat alger s album placed onto the spotlight spain 2016 playlist ,"[[FUNCTION]] AddToPlaylist {'artist': 'pat alger', 'music_item': 'album', 'playlist': 'spotlight spain 2016'}"
can i get the movie times for fox theatres,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie times', 'location_name': 'fox theatres'}"
i d like to watch wish you were dead,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'wish you were dead'}
i d like to watch apocalypse 2024,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'apocalypse 2024'}
show creativity of song a discord electric,"[[FUNCTION]] SearchCreativeWork {'object_type': 'song', 'object_name': 'a discord electric'}"
is love and other troubles playing,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'love and other troubles'}
show me the current movie times,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie times'}
rate the lie tree five,"[[FUNCTION]] RateBook {'object_name': 'the lie tree', 'rating_value': 'five'}"
i want to add another album to the wine & dine playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'album', 'playlist': 'wine & dine'}"
add another tune to my pumping iron playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist_owner': 'my', 'playlist': 'pumping iron'}"
play a track by mila islam from deezer,"[[FUNCTION]] PlayMusic {'music_item': 'track', 'artist': 'mila islam', 'service': 'deezer'}"
is it rainy season in manitou springs,"[[FUNCTION]] GetWeather {'condition_description': 'rainy', 'city': 'manitou springs'}"
give 2 stars to the doom brigade,"[[FUNCTION]] RateBook {'rating_value': '2', 'rating_unit': 'stars', 'object_name': 'the doom brigade'}"
add this tune to my dinnertime acoustics list,"[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist_owner': 'my', 'playlist': 'dinnertime acoustics'}"
what are the current movie schedules,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules'}
what is the showtime for arsho,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'arsho'}
list movie times at harkins theatres,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie times', 'location_name': 'harkins theatres'}"
what movies are showing in the neighborhood ,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'movies', 'spatial_relation': 'in the neighborhood'}"
play my playlist tgif on itunes,"[[FUNCTION]] PlayMusic {'playlist': 'tgif', 'service': 'itunes'}"
what will the weather be like on january 2nd  2025 in ga,"[[FUNCTION]] GetWeather {'timeRange': 'january 2nd 2025', 'state': 'ga'}"
what animated movies are playing in the neighbourhood and when,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'animated movies', 'spatial_relation': 'in the neighbourhood'}"
book a spot at savoy hotel and grill that is neighboring wisconsin,"[[FUNCTION]] BookRestaurant {'restaurant_name': 'savoy hotel and grill', 'spatial_relation': 'neighboring', 'state': 'wisconsin'}"
can you find me the back when i knew it all album,"[[FUNCTION]] SearchCreativeWork {'object_name': 'back when i knew it all', 'object_type': 'album'}"
add george thorogood to el mejor rock en español,"[[FUNCTION]] AddToPlaylist {'artist': 'george thorogood', 'playlist': 'el mejor rock en español'}"
play the album how insensitive,"[[FUNCTION]] PlayMusic {'music_item': 'album', 'album': 'how insensitive'}"
i m looking for the pokémon: the movie 2000 tv show,"[[FUNCTION]] SearchCreativeWork {'object_name': 'pokémon: the movie 2000', 'object_type': 'tv show'}"
place this tune onto my dinner for 2 playlist ,"[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist_owner': 'my', 'playlist': 'dinner for 2'}"
where can i see the trailer for love on the beat,"[[FUNCTION]] SearchCreativeWork {'object_type': 'trailer', 'object_name': 'love on the beat'}"
list movie times at megaplex theatres,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie times', 'location_name': 'megaplex theatres'}"
will it be chillier at 06:05:48 in wagener réunion,"[[FUNCTION]] GetWeather {'condition_temperature': 'chillier', 'timeRange': '06:05:48', 'city': 'wagener', 'country': 'réunion'}"
what is the weather in south bradenton,[[FUNCTION]] GetWeather {'city': 'south bradenton'}
get jump down painting,"[[FUNCTION]] SearchCreativeWork {'object_name': 'jump down', 'object_type': 'painting'}"
please book a room in spaghetti warehouse for catalina  delores and brandie mendoza at 12 am,"[[FUNCTION]] BookRestaurant {'restaurant_name': 'spaghetti warehouse', 'party_size_description': 'catalina delores and brandie mendoza', 'timeRange': '12 am'}"
what is the nh forecast for mexican hat,"[[FUNCTION]] GetWeather {'state': 'nh', 'city': 'mexican hat'}"
i need to book a top-rated steakhouse this autumn  for 1 around azerbaijan,"[[FUNCTION]] BookRestaurant {'sort': 'top-rated', 'restaurant_type': 'steakhouse', 'timeRange': 'this autumn', 'party_size_number': '1', 'spatial_relation': 'around', 'country': 'azerbaijan'}"
will it be chillier at my current location in one minute,"[[FUNCTION]] GetWeather {'condition_temperature': 'chillier', 'current_location': 'current location', 'timeRange': 'in one minute'}"
show me heavenly sword,[[FUNCTION]] SearchCreativeWork {'object_name': 'heavenly sword'}
what is the weather forecast for close-by gu 3 years from now,"[[FUNCTION]] GetWeather {'spatial_relation': 'close-by', 'state': 'gu', 'timeRange': '3 years from now'}"
will it be freezing on 4/20/2038 in american beach nc,"[[FUNCTION]] GetWeather {'condition_temperature': 'freezing', 'timeRange': '4/20/2038', 'city': 'american beach', 'state': 'nc'}"
i need the wather for next week in the philippines,"[[FUNCTION]] GetWeather {'timeRange': 'next week', 'country': 'philippines'}"
add tune to my metal crash course playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist_owner': 'my', 'playlist': 'metal crash course'}"
i would like to book the best food court with persian food within the same area as ok for my ex husband and i ,"[[FUNCTION]] BookRestaurant {'sort': 'best', 'restaurant_type': 'food court', 'cuisine': 'persian', 'spatial_relation': 'within the same area', 'state': 'ok', 'party_size_description': 'my ex husband and i'}"
i d like to see the picture the principle of hope,"[[FUNCTION]] SearchCreativeWork {'object_type': 'picture', 'object_name': 'the principle of hope'}"
rate this series 2 out of 6,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_part_of_series_type': 'series', 'rating_value': '2', 'best_rating': '6'}"
find a man needs a maid,[[FUNCTION]] SearchCreativeWork {'object_name': 'a man needs a maid'}
book a restaurant close by my daughters s work location with burrito three years from now,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'spatial_relation': 'close by', 'poi': 'my daughters s work location', 'served_dish': 'burrito', 'timeRange': 'three years from now'}"
add this tune to the refugee playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist': 'the refugee playlist'}"
find time for movie times now,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie times', 'timeRange': 'now'}"
i would like to book a highly rated brasserie with souvlaki neighboring la next week ,"[[FUNCTION]] BookRestaurant {'sort': 'highly rated', 'restaurant_type': 'brasserie', 'cuisine': 'souvlaki', 'spatial_relation': 'neighboring', 'state': 'la', 'timeRange': 'next week'}"
find the panic in needle park,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'the panic in needle park'}
is it freezing on jun  the 21st in apshawa south africa,"[[FUNCTION]] GetWeather {'condition_temperature': 'freezing', 'timeRange': 'jun the 21st', 'city': 'apshawa', 'country': 'south africa'}"
i need to take three people to eat,[[FUNCTION]] BookRestaurant {'party_size_number': 'three'}
play a 2006 chant,"[[FUNCTION]] PlayMusic {'year': '2006', 'music_item': 'chant'}"
show me the schedule of the loves of letty in cinema closest,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'schedule', 'movie_name': 'the loves of letty', 'object_location_type': 'cinema', 'spatial_relation': 'closest'}"
play the top 20 ep from the fifties by john bundrick ,"[[FUNCTION]] PlayMusic {'sort': 'top 20', 'music_item': 'ep', 'year': 'fifties', 'artist': 'john bundrick'}"
show creativity of photograph of my wonderful day,"[[FUNCTION]] SearchCreativeWork {'object_type': 'photograph', 'object_name': 'my wonderful day'}"
book a table in the united states for 10 at the berghoff,"[[FUNCTION]] BookRestaurant {'country': 'united states', 'party_size_number': '10', 'restaurant_name': 'the berghoff'}"
i d like to book a brasserie in virginia city  ga ,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'brasserie', 'city': 'virginia city', 'state': 'ga'}"
will it be temperate in the same area in vi,"[[FUNCTION]] GetWeather {'condition_temperature': 'temperate', 'spatial_relation': 'in the same area', 'state': 'vi'}"
rate the current novel four out of 6 points,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'novel', 'rating_value': 'four', 'best_rating': '6', 'rating_unit': 'points'}"
is it going to get chillier near hocking state forest,"[[FUNCTION]] GetWeather {'condition_temperature': 'chillier', 'spatial_relation': 'near', 'geographic_poi': 'hocking state forest'}"
for the current saga i rate 2 of 6 stars,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_part_of_series_type': 'saga', 'rating_value': '2', 'best_rating': '6', 'rating_unit': 'stars'}"
i want to play the video game espn major league soccer,"[[FUNCTION]] SearchCreativeWork {'object_type': 'video game', 'object_name': 'espn major league soccer'}"
rate the current book a three,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'book', 'rating_value': 'three'}"
rate this novel 0 of 6 stars,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'novel', 'rating_value': '0', 'best_rating': '6', 'rating_unit': 'stars'}"
is it going to be chillier at 10 pm in texas,"[[FUNCTION]] GetWeather {'condition_temperature': 'chillier', 'timeRange': '10 pm', 'state': 'texas'}"
what s the weather in timbo,[[FUNCTION]] GetWeather {'city': 'timbo'}
add the blurred crusade to crate diggers anonymous,"[[FUNCTION]] AddToPlaylist {'entity_name': 'the blurred crusade', 'playlist': 'crate diggers anonymous'}"
tell me the weather forecast for sugarloaf provincial park ten weeks from now,"[[FUNCTION]] GetWeather {'geographic_poi': 'sugarloaf provincial park', 'timeRange': 'ten weeks from now'}"
add a gackt camui track to the white noise playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'gackt camui', 'music_item': 'track', 'playlist': 'white noise'}"
rate canto for a gypsy two of 6 stars,"[[FUNCTION]] RateBook {'object_name': 'canto for a gypsy', 'rating_value': 'two', 'best_rating': '6', 'rating_unit': 'stars'}"
i m looking for circus world ,[[FUNCTION]] SearchCreativeWork {'object_name': 'circus world'}
this textbook gets a two,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'textbook', 'rating_value': 'two'}"
show me the movie times ,[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie times'}
add song to my underground hits,"[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'playlist_owner': 'my', 'playlist': 'underground hits'}"
play the album journeyman,"[[FUNCTION]] SearchCreativeWork {'object_type': 'album', 'object_name': 'journeyman'}"
find the family jams saga,"[[FUNCTION]] SearchCreativeWork {'object_name': 'the family jams', 'object_type': 'saga'}"
play rob mills album the golden archipelago ,"[[FUNCTION]] PlayMusic {'artist': 'rob mills', 'music_item': 'album', 'album': 'the golden archipelago'}"
book a spot at a restaurant within walking distance of palau,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'spatial_relation': 'within walking distance', 'state': 'palau'}"
find me the balance and timing book,"[[FUNCTION]] SearchCreativeWork {'object_name': 'balance and timing', 'object_type': 'book'}"
find movie schedules for bow tie cinemas ,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules', 'location_name': 'bow tie cinemas'}"
add get happy to cherry s las canciones más lindas del mundo,"[[FUNCTION]] AddToPlaylist {'entity_name': 'get happy', 'playlist_owner': 'cherry s', 'playlist': 'las canciones más lindas del mundo'}"
rate this textbook a 1,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'textbook', 'rating_value': '1'}"
shw the picture twin husbands,"[[FUNCTION]] SearchCreativeWork {'object_type': 'picture', 'object_name': 'twin husbands'}"
rate a taste of blackberries  a three,"[[FUNCTION]] RateBook {'object_name': 'a taste of blackberries', 'rating_value': 'three'}"
play the 1991 soundtrack from ian mcdonald,"[[FUNCTION]] PlayMusic {'year': '1991', 'music_item': 'soundtrack', 'artist': 'ian mcdonald'}"
find an album called just call me stupid ,"[[FUNCTION]] SearchCreativeWork {'object_type': 'album', 'object_name': 'just call me stupid'}"
play the insoc ep,[[FUNCTION]] PlayMusic {'album': 'the insoc ep'}
i want to hear major harris s songs from the fifties,"[[FUNCTION]] PlayMusic {'artist': 'major harris', 'year': 'fifties'}"
book a restaurant in donnelly,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'city': 'donnelly'}"
rate the saint in trouble 1 of 6,"[[FUNCTION]] RateBook {'object_name': 'the saint in trouble', 'rating_value': '1', 'best_rating': '6'}"
play punk rock music,[[FUNCTION]] PlayMusic {'genre': 'punk rock'}
look for a photograph of i wanna sex you up,"[[FUNCTION]] SearchCreativeWork {'object_type': 'photograph', 'object_name': 'i wanna sex you up'}"
what is the humidity like in faraway on ak,"[[FUNCTION]] GetWeather {'condition_description': 'humidity', 'spatial_relation': 'faraway', 'state': 'ak'}"
i d like to eat at an internet restaurant with a party of four,"[[FUNCTION]] BookRestaurant {'facility': 'internet', 'restaurant_type': 'restaurant', 'party_size_number': 'four'}"
when is just before nightfall playing,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'just before nightfall'}
play moondog s chupacabra ,"[[FUNCTION]] PlayMusic {'artist': 'moondog', 'album': 'chupacabra'}"
add album to pop rising,"[[FUNCTION]] AddToPlaylist {'music_item': 'album', 'playlist': 'pop rising'}"
rate this book three points,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'book', 'rating_value': 'three', 'rating_unit': 'points'}"
i am giving this current book album 0 out of 6 stars,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'book album', 'rating_value': '0', 'best_rating': '6', 'rating_unit': 'stars'}"
play artist vlada divljan from something he did that is good,"[[FUNCTION]] PlayMusic {'artist': 'vlada divljan', 'sort': 'good'}"
what will the humidity be in varnado georgia at one am,"[[FUNCTION]] GetWeather {'condition_description': 'humidity', 'city': 'varnado', 'state': 'georgia', 'timeRange': 'one am'}"
add no prejudice to 90s indie,"[[FUNCTION]] AddToPlaylist {'entity_name': 'no prejudice', 'playlist': '90s indie'}"
what are the movies movie times nearby,"[[FUNCTION]] SearchScreeningEvent {'movie_type': 'movies', 'object_type': 'movie times', 'spatial_relation': 'nearby'}"
i want to hear some songs from the twenties,[[FUNCTION]] PlayMusic {'year': 'twenties'}
please make reservations for nine at 3 am ,"[[FUNCTION]] BookRestaurant {'party_size_number': 'nine', 'timeRange': '3 am'}"
can you pull up queen of the organ,[[FUNCTION]] SearchCreativeWork {'object_name': 'queen of the organ'}
lets hear some dawood sarkhosh from their the power of your love album from groove shark,"[[FUNCTION]] PlayMusic {'artist': 'dawood sarkhosh', 'album': 'the power of your love', 'music_item': 'album', 'service': 'groove shark'}"
will it get overcast in la dolores,"[[FUNCTION]] GetWeather {'condition_description': 'overcast', 'city': 'la dolores'}"
book a spot for kelli  jean and i at a pub at elevenses,"[[FUNCTION]] BookRestaurant {'party_size_description': 'kelli jean and i', 'restaurant_type': 'pub', 'timeRange': 'elevenses'}"
add this candi staton artist to my dancefloor hits,"[[FUNCTION]] AddToPlaylist {'artist': 'candi staton', 'music_item': 'artist', 'playlist_owner': 'my', 'playlist': 'dancefloor hits'}"
i want to add a song by jazz brasileiro,"[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'playlist': 'jazz brasileiro'}"
rate wielding a red sword 0 stars,"[[FUNCTION]] RateBook {'object_name': 'wielding a red sword', 'rating_value': '0', 'rating_unit': 'stars'}"
book a taverna that serves bengali for six at five,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'taverna', 'cuisine': 'bengali', 'party_size_number': 'six', 'timeRange': 'five'}"
play the tv series heart of gold,"[[FUNCTION]] SearchCreativeWork {'object_type': 'tv series', 'object_name': 'heart of gold'}"
show crafty hands saga,"[[FUNCTION]] SearchCreativeWork {'object_name': 'crafty hands', 'object_type': 'saga'}"
will it be hotter in wyomissing hills,"[[FUNCTION]] GetWeather {'condition_temperature': 'hotter', 'city': 'wyomissing hills'}"
show weather while sunset in the same area in south carolina,"[[FUNCTION]] GetWeather {'timeRange': 'sunset', 'spatial_relation': 'in the same area', 'state': 'south carolina'}"
table for one somewhere in palco,"[[FUNCTION]] BookRestaurant {'party_size_number': 'one', 'city': 'palco'}"
i would like to add something by kuk harrell to my hip hop 2017 new school playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'kuk harrell', 'playlist_owner': 'my', 'playlist': 'hip hop 2017 new school'}"
add list of rush instrumentals to this is lady antebellum,"[[FUNCTION]] AddToPlaylist {'entity_name': 'list of rush instrumentals', 'playlist': 'this is lady antebellum'}"
where can i see a slice of life,[[FUNCTION]] SearchScreeningEvent {'movie_name': 'a slice of life'}
the current textbook gets a 2 rating,"[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'textbook', 'rating_value': '2'}"
add wing track to all a cappella,"[[FUNCTION]] AddToPlaylist {'artist': 'wing', 'music_item': 'track', 'playlist': 'all a cappella'}"
show me dangers of the canadian mounted,[[FUNCTION]] SearchCreativeWork {'object_name': 'dangers of the canadian mounted'}
please add this this tune to the playlist this is selena,"[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist': 'this is selena'}"
what will the weather be in stelvio national park 1 hour and 1 minute from now,"[[FUNCTION]] GetWeather {'geographic_poi': 'stelvio national park', 'timeRange': '1 hour and 1 minute from now'}"
can you put musiri subramania iyer s song onto the lo-fi love soundtrack,"[[FUNCTION]] AddToPlaylist {'artist': 'musiri subramania iyer', 'music_item': 'song', 'playlist': 'lo-fi love'}"
i want to add michelle heaton to this is chopin,"[[FUNCTION]] AddToPlaylist {'artist': 'michelle heaton', 'playlist': 'this is chopin'}"
show me the movie operetta for the theatre organ,"[[FUNCTION]] SearchCreativeWork {'object_type': 'movie', 'object_name': 'operetta for the theatre organ'}"
where s the nearest movie house playing no trains no planes,"[[FUNCTION]] SearchScreeningEvent {'spatial_relation': 'nearest', 'object_location_type': 'movie house', 'movie_name': 'no trains no planes'}"
put a xiang xiang track onto women of the blues,"[[FUNCTION]] AddToPlaylist {'artist': 'xiang xiang', 'music_item': 'track', 'playlist': 'women of the blues'}"
can you add a track by david wolfenberger to janell s all funked up playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'track', 'artist': 'david wolfenberger', 'playlist_owner': 'janell s', 'playlist': 'all funked up'}"
play the album vibrations by marion elise raven,"[[FUNCTION]] PlayMusic {'music_item': 'album', 'album': 'vibrations', 'artist': 'marion elise raven'}"
add fabri fibra to evening acoustic,"[[FUNCTION]] AddToPlaylist {'artist': 'fabri fibra', 'playlist': 'evening acoustic'}"
can you play any chant from the fourties,"[[FUNCTION]] PlayMusic {'music_item': 'chant', 'year': 'fourties'}"
show the night riders,[[FUNCTION]] SearchCreativeWork {'object_name': 'the night riders'}
i m looking for a movie called salvage mice ,"[[FUNCTION]] SearchCreativeWork {'object_type': 'movie', 'object_name': 'salvage mice'}"
find your personal touch ,[[FUNCTION]] SearchCreativeWork {'object_name': 'your personal touch'}
add this tune to my weekend playlist,"[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist_owner': 'my', 'playlist': 'weekend'}"
is it going to storm in black rock alaska,"[[FUNCTION]] GetWeather {'condition_description': 'storm', 'city': 'black rock', 'state': 'alaska'}"
show the movie schedules at united paramount theatres,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules', 'location_name': 'united paramount theatres'}"
i want to read the saga michael clayton,"[[FUNCTION]] SearchCreativeWork {'object_type': 'saga', 'object_name': 'michael clayton'}"
book me a table for 3 at tkk fried chicken in sri lanka,"[[FUNCTION]] BookRestaurant {'party_size_number': '3', 'restaurant_name': 'tkk fried chicken', 'country': 'sri lanka'}"
rate this book titled the improvisatore five stars,"[[FUNCTION]] RateBook {'object_type': 'book', 'object_name': 'the improvisatore', 'rating_value': 'five', 'rating_unit': 'stars'}"
book a restaurant for one person at 7 am,"[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'party_size_number': 'one', 'timeRange': '7 am'}"
weather for beauregard il,"[[FUNCTION]] GetWeather {'city': 'beauregard', 'state': 'il'}"
will there be alot of wind on march 13th in lost creek bahrain,"[[FUNCTION]] GetWeather {'condition_description': 'wind', 'timeRange': 'march 13th', 'city': 'lost creek', 'country': 'bahrain'}"
i d like a reservation at a place in iran for neva  alice and maggie parker ,"[[FUNCTION]] BookRestaurant {'country': 'iran', 'party_size_description': 'neva alice and maggie parker'}"
show me movie schedule for animated movie around here at eleven a m ,"[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule', 'movie_type': 'animated movie', 'spatial_relation': 'around here', 'timeRange': 'eleven a m'}"
i give this book dictionary of the english language a 4 rating,"[[FUNCTION]] RateBook {'object_type': 'book', 'object_name': 'dictionary of the english language', 'rating_value': '4'}"
play some symphonic rock ,[[FUNCTION]] PlayMusic {'genre': 'symphonic rock'}
add to my playlist all funked up this track,"[[FUNCTION]] AddToPlaylist {'playlist_owner': 'my', 'playlist': 'all funked up', 'music_item': 'track'}"
find a tv series called armageddon summer,"[[FUNCTION]] SearchCreativeWork {'object_type': 'tv series', 'object_name': 'armageddon summer'}"
find politicsnation with al sharpton ,[[FUNCTION]] SearchCreativeWork {'object_name': 'politicsnation with al sharpton'}
rate this album 0 points out of 6,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'album', 'rating_value': '0', 'rating_unit': 'points', 'best_rating': '6'}"
add leah kauffman to my uncharted 4 nathan drake playlist,"[[FUNCTION]] AddToPlaylist {'artist': 'leah kauffman', 'playlist_owner': 'my', 'playlist': 'uncharted 4 nathan drake'}"
rate this album two out of 6,"[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'album', 'rating_value': 'two', 'best_rating': '6'}"