Onkarn commited on
Commit
e39281e
·
verified ·
1 Parent(s): a167f7a

Delete Test_Data.json

Browse files
Files changed (1) hide show
  1. Test_Data.json +0 -707
Test_Data.json DELETED
@@ -1,707 +0,0 @@
1
- [
2
- {
3
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
4
- "input": "Monitor the condition of AC",
5
- "output": "{\"Intent\": \"AIR_MONITORING_REQUEST\", \"values\": \"{}\"}"
6
- },
7
- {
8
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
9
- "input": "Tell me the air purity",
10
- "output": "{\"Intent\": \"AIR_MONITORING_REQUEST\", \"values\": \"{'option': 'air'}\"}"
11
- },
12
- {
13
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
14
- "input": "Check the AC filter",
15
- "output": "{\"Intent\": \"AIR_MONITORING_REQUEST\", \"values\": \"{'option': 'filter'}\"}"
16
- },
17
- {
18
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
19
- "input": "How is the room humidity?",
20
- "output": "{\"Intent\": \"AIR_MONITORING_REQUEST\", \"values\": \"{'option': 'humidity'}\"}"
21
- },
22
- {
23
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
24
- "input": "Confirm the status of water tank",
25
- "output": "{\"Intent\": \"AIR_MONITORING_REQUEST\", \"values\": \"{'option': 'water tank'}\"}"
26
- },
27
- {
28
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
29
- "input": "Turn on AC",
30
- "output": "{\"Intent\": \"AIR_POWER_REQUEST\u00a0\", \"values\": \"{'onoff': 'Turn on'}\"}"
31
- },
32
- {
33
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
34
- "input": "Switch on air cooling mode",
35
- "output": "{\"Intent\": \"AIR_OPERATION_REQUEST\u00a0\", \"values\": \"{'onoff': 'Switch on', 'mode': 'cooling mode'}\"}"
36
- },
37
- {
38
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
39
- "input": "Off cooling mode",
40
- "output": "{\"Intent\": \"AIR_OPERATION_REQUEST\u00a0\", \"values\": \"{'onoff': 'Off', 'mode': 'cooling mode'}\"}"
41
- },
42
- {
43
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
44
- "input": "Turn on the heating",
45
- "output": "{\"Intent\": \"AIR_OPERATION_REQUEST\u00a0\", \"values\": \"{'onoff': 'Turn on', 'mode': 'heating'}\"}"
46
- },
47
- {
48
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
49
- "input": "Off heating",
50
- "output": "{\"Intent\": \"AIR_OPERATION_REQUEST\u00a0\", \"values\": \"{'onoff': 'Off', 'mode': 'heating'}\"}"
51
- },
52
- {
53
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
54
- "input": "Turn on dehumidification",
55
- "output": "{\"Intent\": \"AIR_OPERATION_REQUEST\u00a0\", \"values\": \"{'onoff': 'Turn on', 'mode': 'dehumidification'}\"}"
56
- },
57
- {
58
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
59
- "input": "Turn off dehumidification",
60
- "output": "{\"Intent\": \"AIR_OPERATION_REQUEST\u00a0\", \"values\": \"{'onoff': 'Turn off', 'mode': 'dehumidification'}\"}"
61
- },
62
- {
63
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
64
- "input": "On fan mode",
65
- "output": "{\"Intent\": \"AIR_OPERATION_REQUEST\u00a0\", \"values\": \"{'onoff': 'On', 'mode': 'fan mode'}\"}"
66
- },
67
- {
68
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
69
- "input": "Off the fan mode",
70
- "output": "{\"Intent\": \"AIR_OPERATION_REQUEST\u00a0\", \"values\": \"{'onoff': 'Off', 'mode': 'fan mode'}\"}"
71
- },
72
- {
73
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
74
- "input": "Turn on air purifier",
75
- "output": "{\"Intent\": \"AIR_OPERATION_REQUEST\u00a0\", \"values\": \"{'onoff': 'Turn on', 'mode': 'air purifier'}\"}"
76
- },
77
- {
78
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
79
- "input": "Switch off the air purifier",
80
- "output": "{\"Intent\": \"AIR_OPERATION_REQUEST\u00a0\", \"values\": \"{'onoff': 'Switch off', 'mode': 'air purifier'}\"}"
81
- },
82
- {
83
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
84
- "input": "Start humidification mode",
85
- "output": "{\"Intent\": \"AIR_OPERATION_REQUEST\u00a0\", \"values\": \"{'onoff': 'Start', 'mode': 'humidification mode'}\"}"
86
- },
87
- {
88
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
89
- "input": "Off humidification",
90
- "output": "{\"Intent\": \"AIR_OPERATION_REQUEST\u00a0\", \"values\": \"{'onoff': 'Off', 'mode': 'humidification'}\"}"
91
- },
92
- {
93
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
94
- "input": "Tell me the temperature",
95
- "output": "{\"Intent\": \"AIR_TEMPERATURE_REQUEST\", \"values\": \"{}\"}"
96
- },
97
- {
98
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
99
- "input": "Raise the temperature",
100
- "output": "{\"Intent\": \"AIR_TEMPERATURE_REQUEST\", \"values\": \"{'option': 'Raise'}\"}"
101
- },
102
- {
103
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
104
- "input": "Raise the temperature to 18",
105
- "output": "{\"Intent\": \"AIR_TEMPERATURE_REQUEST\", \"values\": \"{'option': 'Raise', 'temperature': '18'}\"}"
106
- },
107
- {
108
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
109
- "input": "Decrease the temperature",
110
- "output": "{\"Intent\": \"AIR_TEMPERATURE_REQUEST\", \"values\": \"{'option': 'Decrease'}\"}"
111
- },
112
- {
113
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
114
- "input": "Decrease temperature to 24",
115
- "output": "{\"Intent\": \"AIR_TEMPERATURE_REQUEST\", \"values\": \"{'option': 'Decrease', 'temperature': '24'}\"}"
116
- },
117
- {
118
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
119
- "input": "Set temperature to minimum",
120
- "output": "{\"Intent\": \"AIR_TEMPERATURE_REQUEST\", \"values\": \"{'option': 'minimum'}\"}"
121
- },
122
- {
123
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
124
- "input": "Set temperature to maximum",
125
- "output": "{\"Intent\": \"AIR_TEMPERATURE_REQUEST\", \"values\": \"{'option': 'maximum'}\"}"
126
- },
127
- {
128
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
129
- "input": "Set temperature to 20 degrees",
130
- "output": "{\"Intent\": \"AIR_TEMPERATURE_REQUEST\", \"values\": \"{'temperature': '20'}\"}"
131
- },
132
- {
133
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
134
- "input": "Check the wind strength",
135
- "output": "{\"Intent\": \"AIR_WIND_STRENGTH_REQUEST\", \"values\": \"{}\"}"
136
- },
137
- {
138
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
139
- "input": "Increase wind speed",
140
- "output": "{\"Intent\": \"AIR_WIND_STRENGTH_REQUEST\", \"values\": \"{'wind_speed': 'Increase'}\"}"
141
- },
142
- {
143
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
144
- "input": "Decrease wind speed",
145
- "output": "{\"Intent\": \"AIR_WIND_STRENGTH_REQUEST\", \"values\": \"{'wind_speed': 'Decrease'}\"}"
146
- },
147
- {
148
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
149
- "input": "Set to low wind speed",
150
- "output": "{\"Intent\": \"AIR_WIND_STRENGTH_REQUEST\", \"values\": \"{'wind_speed': 'low'}\"}"
151
- },
152
- {
153
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
154
- "input": "Set to medium wind ",
155
- "output": "{\"Intent\": \"AIR_WIND_STRENGTH_REQUEST\", \"values\": \"{'wind_speed': 'medium'}\"}"
156
- },
157
- {
158
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
159
- "input": "Set to high wind ",
160
- "output": "{\"Intent\": \"AIR_WIND_STRENGTH_REQUEST\", \"values\": \"{'wind_speed': 'high'}\"}"
161
- },
162
- {
163
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
164
- "input": "Set to natural wind",
165
- "output": "{\"Intent\": \"AIR_WIND_STRENGTH_REQUEST\", \"values\": \"{'wind_speed': 'natural'}\"}"
166
- },
167
- {
168
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
169
- "input": "Wind speed to step 1",
170
- "output": "{\"Intent\": \"AIR_WIND_STRENGTH_REQUEST\", \"values\": \"{'wind_speed': 'step 1'}\"}"
171
- },
172
- {
173
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
174
- "input": "Check the wind direction",
175
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{}\"}"
176
- },
177
- {
178
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
179
- "input": "Turn on up and down rotation",
180
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{'onoff': 'Turn on', 'wind_direction': 'up and down'}\"}"
181
- },
182
- {
183
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
184
- "input": "Off up and down rotation",
185
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{'onoff': 'Off', 'wind_direction': 'up and down'}\"}"
186
- },
187
- {
188
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
189
- "input": "Turn on left and right rotation",
190
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{'onoff': 'Turn on', 'wind_direction': 'left and right'}\"}"
191
- },
192
- {
193
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
194
- "input": "Turn off left and right rotation",
195
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{'onoff': 'Turn off', 'wind_direction': 'left and right'}\"}"
196
- },
197
- {
198
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
199
- "input": "On left swing ",
200
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{'onoff': 'On', 'wind_direction': 'left swing'}\"}"
201
- },
202
- {
203
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
204
- "input": "Off the left swing",
205
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{'onoff': 'Off', 'wind_direction': 'left swing'}\"}"
206
- },
207
- {
208
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
209
- "input": "Switch on right swing",
210
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{'onoff': 'Switch on', 'wind_direction': 'right swing'}\"}"
211
- },
212
- {
213
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
214
- "input": "Switch off the right swing",
215
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{'onoff': 'Switch off', 'wind_direction': 'right swing'}\"}"
216
- },
217
- {
218
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
219
- "input": "Set the wind direction to front",
220
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{'wind_direction': 'front'}\"}"
221
- },
222
- {
223
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
224
- "input": "Turn the fan direction to left",
225
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{'wind_direction': 'left'}\"}"
226
- },
227
- {
228
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
229
- "input": "Turn the fan direction to right",
230
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{'wind_direction': 'right'}\"}"
231
- },
232
- {
233
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
234
- "input": "Turn up the wind direction",
235
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{'wind_direction': 'Turn up'}\"}"
236
- },
237
- {
238
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
239
- "input": "Turn down the wind direction",
240
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{'wind_direction': 'down'}\"}"
241
- },
242
- {
243
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
244
- "input": "Set the AC wind to wide",
245
- "output": "{\"Intent\": \"AIR_WIND_DIRECTION_REQUEST\", \"values\": \"{'wind_direction': 'wide'}\"}"
246
- },
247
- {
248
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
249
- "input": "On power saving",
250
- "output": "{\"Intent\": \"AIR_POWER_SAVE_REQUEST\", \"values\": \"{'onoff': 'On'}\"}"
251
- },
252
- {
253
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
254
- "input": "Off power saving",
255
- "output": "{\"Intent\": \"AIR_POWER_SAVE_REQUEST\", \"values\": \"{'onoff': 'Off'}\"}"
256
- },
257
- {
258
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
259
- "input": "On cooling mode in power saving",
260
- "output": "{\"Intent\": \"AIR_POWER_SAVE_REQUEST\", \"values\": \"{'onoff': 'On', 'mode': 'cooling mode'}\"}"
261
- },
262
- {
263
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
264
- "input": "Turn off cooling mode in power saving ",
265
- "output": "{\"Intent\": \"AIR_POWER_SAVE_REQUEST\", \"values\": \"{'onoff': 'Turn off', 'mode': 'cooling mode'}\"}"
266
- },
267
- {
268
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
269
- "input": "On dehumidification mode in power saving",
270
- "output": "{\"Intent\": \"AIR_POWER_SAVE_REQUEST\", \"values\": \"{'onoff': 'On', 'mode': 'dehumidification mode'}\"}"
271
- },
272
- {
273
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
274
- "input": "Off dehumidification mode in power saving",
275
- "output": "{\"Intent\": \"AIR_POWER_SAVE_REQUEST\", \"values\": \"{'onoff': 'Off', 'mode': 'dehumidification mode'}\"}"
276
- },
277
- {
278
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
279
- "input": "Turn on turbo wind",
280
- "output": "{\"Intent\": \"AIR_POWER_WIND_REQUEST\", \"values\": \"{'onoff': 'Turn on'}\"}"
281
- },
282
- {
283
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
284
- "input": "Off turbo wind",
285
- "output": "{\"Intent\": \"AIR_POWER_WIND_REQUEST\", \"values\": \"{'onoff': 'Off'}\"}"
286
- },
287
- {
288
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
289
- "input": "Enable ice cool mode",
290
- "output": "{\"Intent\": \"AIR_POWER_WIND_REQUEST\", \"values\": \"{'onoff': 'Enable', 'mode': 'ice cool'}\"}"
291
- },
292
- {
293
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
294
- "input": "Disable ice cool mode",
295
- "output": "{\"Intent\": \"AIR_POWER_WIND_REQUEST\", \"values\": \"{'onoff': 'Disable', 'mode': 'ice cool'}\"}"
296
- },
297
- {
298
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
299
- "input": "Turn on smart care",
300
- "output": "{\"Intent\": \"AIR_SMART_CARE_REQUEST\", \"values\": \"{'onoff': 'Turn on'}\"}"
301
- },
302
- {
303
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
304
- "input": "Turn off smart care",
305
- "output": "{\"Intent\": \"AIR_SMART_CARE_REQUEST\", \"values\": \"{'onoff': 'Turn off'}\"}"
306
- },
307
- {
308
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
309
- "input": "Turn on the human body detection ",
310
- "output": "{\"Intent\": \"AIR_WIND_SETTING_REQUEST\", \"values\": \"{'onoff': 'Turn on', 'wind_setting': 'human'}\"}"
311
- },
312
- {
313
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
314
- "input": "Off human body detection ",
315
- "output": "{\"Intent\": \"AIR_WIND_SETTING_REQUEST\", \"values\": \"{'onoff': 'Off', 'wind_setting': 'human'}\"}"
316
- },
317
- {
318
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
319
- "input": "Turn on the human body detection direct wind ",
320
- "output": "{\"Intent\": \"AIR_WIND_SETTING_REQUEST\", \"values\": \"{'onoff': 'Turn on', 'wind_setting': 'human', 'wind_setting_': 'direct'}\"}"
321
- },
322
- {
323
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
324
- "input": "Off human body detection direct wind",
325
- "output": "{\"Intent\": \"AIR_WIND_SETTING_REQUEST\", \"values\": \"{'onoff': 'Off', 'wind_setting': 'human', 'wind_setting_': 'direct'}\"}"
326
- },
327
- {
328
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
329
- "input": "Set the direct wind up",
330
- "output": "{\"Intent\": \"AIR_WIND_SETTING_REQUEST\", \"values\": \"{'onoff': 'Set', 'wind_setting': 'direct', 'option': 'up'}\"}"
331
- },
332
- {
333
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
334
- "input": "Off upper direct wind ",
335
- "output": "{\"Intent\": \"AIR_WIND_SETTING_REQUEST\", \"values\": \"{'onoff': 'Off', 'option': 'upper', 'wind_setting': 'direct'}\"}"
336
- },
337
- {
338
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
339
- "input": "Set upper indirect wind ",
340
- "output": "{\"Intent\": \"AIR_WIND_SETTING_REQUEST\", \"values\": \"{'onoff': 'Set', 'option': 'upper', 'wind_setting': 'indirect'}\"}"
341
- },
342
- {
343
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
344
- "input": "Turn off upper indirect wind",
345
- "output": "{\"Intent\": \"AIR_WIND_SETTING_REQUEST\", \"values\": \"{'onoff': 'Turn off', 'option': 'upper', 'wind_setting': 'indirect'}\"}"
346
- },
347
- {
348
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
349
- "input": "Set the direct wind down",
350
- "output": "{\"Intent\": \"AIR_WIND_SETTING_REQUEST\", \"values\": \"{'onoff': 'Set', 'wind_setting': 'direct', 'option': 'down'}\"}"
351
- },
352
- {
353
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
354
- "input": "Off downward direct wind ",
355
- "output": "{\"Intent\": \"AIR_WIND_SETTING_REQUEST\", \"values\": \"{'onoff': 'Off', 'option': 'downward', 'wind_setting': 'direct'}\"}"
356
- },
357
- {
358
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
359
- "input": "Set the indirect wind down",
360
- "output": "{\"Intent\": \"AIR_WIND_SETTING_REQUEST\", \"values\": \"{'onoff': 'Set', 'wind_setting': 'indirect', 'option': 'down'}\"}"
361
- },
362
- {
363
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
364
- "input": "Off downward indirect wind ",
365
- "output": "{\"Intent\": \"AIR_WIND_SETTING_REQUEST\", \"values\": \"{'onoff': 'Off', 'option': 'downward', 'wind_setting': 'indirect'}\"}"
366
- },
367
- {
368
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
369
- "input": "Check the timer",
370
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{}\"}"
371
- },
372
- {
373
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
374
- "input": "Add timer ",
375
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'option': 'Add'}\"}"
376
- },
377
- {
378
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
379
- "input": "Cancel timer ",
380
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'option': 'Cancel'}\"}"
381
- },
382
- {
383
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
384
- "input": "Change timer",
385
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'option': 'Change'}\"}"
386
- },
387
- {
388
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
389
- "input": "Confirm sleep timer ",
390
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'option': 'Confirm', 'reservation_name': 'sleep'}\"}"
391
- },
392
- {
393
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
394
- "input": "Confirm on timer",
395
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'option': 'Confirm', 'reservation_name': 'on timer'}\"}"
396
- },
397
- {
398
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
399
- "input": "Confirm off timer",
400
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'option': 'Confirm', 'reservation_name': 'off timer'}\"}"
401
- },
402
- {
403
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
404
- "input": "Add sleep timer",
405
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'option': 'Add', 'reservation_name': 'sleep'}\"}"
406
- },
407
- {
408
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
409
- "input": "Add on timer",
410
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'option': 'Add', 'reservation_name': 'on timer'}\"}"
411
- },
412
- {
413
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
414
- "input": "Add off timer ",
415
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'option': 'Add', 'reservation_name': 'off timer'}\"}"
416
- },
417
- {
418
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
419
- "input": "Cancel sleep timer",
420
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'option': 'Cancel', 'reservation_name': 'sleep'}\"}"
421
- },
422
- {
423
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
424
- "input": "Cancel on timer ",
425
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'option': 'Cancel', 'reservation_name': 'on timer'}\"}"
426
- },
427
- {
428
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
429
- "input": "Cancel off timer ",
430
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'option': 'Cancel', 'reservation_name': 'off timer'}\"}"
431
- },
432
- {
433
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
434
- "input": "Set sleep timer 16 hours",
435
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'reservation_name': 'sleep timer', 'hour': '16'}\"}"
436
- },
437
- {
438
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
439
- "input": "On timer for 5 hours ",
440
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'reservation_name': 'On timer', 'hour': '5'}\"}"
441
- },
442
- {
443
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
444
- "input": "Off timer at 5 hours",
445
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'reservation_name': 'Off timer', 'hour': '5'}\"}"
446
- },
447
- {
448
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
449
- "input": "Sleep timer at 5 minutes",
450
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'reservation_name': 'Sleep timer', 'min': '5'}\"}"
451
- },
452
- {
453
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
454
- "input": "On timer at 7 minutes",
455
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'reservation_name': 'On timer', 'min': '7'}\"}"
456
- },
457
- {
458
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
459
- "input": "Off timer at 20 minutes",
460
- "output": "{\"Intent\": \"AIR_RESERVATION_REQUEST\", \"values\": \"{'reservation_name': 'Off timer', 'min': '20'}\"}"
461
- },
462
- {
463
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
464
- "input": "Please check screen brightness ",
465
- "output": "{\"Intent\": \"AIR_BRIGHTNESS_REQUEST\u00a0\", \"values\": \"{}\"}"
466
- },
467
- {
468
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
469
- "input": "Brighten up the screen",
470
- "output": "{\"Intent\": \"AIR_BRIGHTNESS_REQUEST\u00a0\", \"values\": \"{'brightness': 'Brighten up'}\"}"
471
- },
472
- {
473
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
474
- "input": "Darken screen",
475
- "output": "{\"Intent\": \"AIR_BRIGHTNESS_REQUEST\u00a0\", \"values\": \"{'brightness': 'Darken'}\"}"
476
- },
477
- {
478
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
479
- "input": "Brighten screen to 25%",
480
- "output": "{\"Intent\": \"AIR_BRIGHTNESS_REQUEST\u00a0\", \"values\": \"{'brightness': '25%'}\"}"
481
- },
482
- {
483
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
484
- "input": "Please check volume ",
485
- "output": "{\"Intent\": \"AIR_VOLUME_REQUEST\u00a0\", \"values\": \"{}\"}"
486
- },
487
- {
488
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
489
- "input": "Raise the volume",
490
- "output": "{\"Intent\": \"AIR_VOLUME_REQUEST\u00a0\", \"values\": \"{'volume': 'Raise'}\"}"
491
- },
492
- {
493
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
494
- "input": "Decrease the volume ",
495
- "output": "{\"Intent\": \"AIR_VOLUME_REQUEST\u00a0\", \"values\": \"{'volume': 'Decrease'}\"}"
496
- },
497
- {
498
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
499
- "input": "Set the volume to 9%",
500
- "output": "{\"Intent\": \"AIR_VOLUME_REQUEST\u00a0\", \"values\": \"{'volume': '9%'}\"}"
501
- },
502
- {
503
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
504
- "input": "Turn on the silent mode",
505
- "output": "{\"Intent\": \"AIR_SILENT_MODE_REQUEST\", \"values\": \"{'onoff': 'Turn on'}\"}"
506
- },
507
- {
508
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
509
- "input": "Turn off the silent mode",
510
- "output": "{\"Intent\": \"AIR_SILENT_MODE_REQUEST\", \"values\": \"{'onoff': 'Turn off'}\"}"
511
- },
512
- {
513
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
514
- "input": "Turn on the smart guide ",
515
- "output": "{\"Intent\": \"AIR_SMART_GUIDE_REQUEST\", \"values\": \"{'onoff': 'Turn on'}\"}"
516
- },
517
- {
518
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
519
- "input": "Turn off smart guide ",
520
- "output": "{\"Intent\": \"AIR_SMART_GUIDE_REQUEST\", \"values\": \"{'onoff': 'Turn off'}\"}"
521
- },
522
- {
523
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
524
- "input": "Turn on automatic cleaning of the ultrafine filter",
525
- "output": "{\"Intent\": \"AIR_FILTER_CLEAN_REQUEST\", \"values\": \"{'onoff': 'Turn on'}\"}"
526
- },
527
- {
528
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
529
- "input": "Turn off automatic cleaning of the ultrafine filter",
530
- "output": "{\"Intent\": \"AIR_FILTER_CLEAN_REQUEST\", \"values\": \"{'onoff': 'Turn off'}\"}"
531
- },
532
- {
533
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
534
- "input": "Turn on humidifier cleaning",
535
- "output": "{\"Intent\": \"AIR_HUMIDIFIER_CLEAN_REQUEST\", \"values\": \"{'onoff': 'Turn on'}\"}"
536
- },
537
- {
538
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
539
- "input": "Turn off humidifier cleaning",
540
- "output": "{\"Intent\": \"AIR_HUMIDIFIER_CLEAN_REQUEST\", \"values\": \"{'onoff': 'Turn off'}\"}"
541
- },
542
- {
543
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
544
- "input": "Open the AC door",
545
- "output": "{\"Intent\": \"AIR_DOOR_CONTROL_REQUEST\", \"values\": \"{'option': 'Open'}\"}"
546
- },
547
- {
548
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
549
- "input": "Close the AC door ",
550
- "output": "{\"Intent\": \"AIR_DOOR_CONTROL_REQUEST\", \"values\": \"{'option': 'Close'}\"}"
551
- },
552
- {
553
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
554
- "input": "Activate automatic dry step 1",
555
- "output": "{\"Intent\": \"AIR_AUTO_DRY_REQUEST\", \"values\": \"{'onoff': 'Activate', 'step': 'step 1'}\"}"
556
- },
557
- {
558
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
559
- "input": "Set the AC to auto dry step 2",
560
- "output": "{\"Intent\": \"AIR_AUTO_DRY_REQUEST\", \"values\": \"{'onoff': 'Set', 'step': 'step 2'}\"}"
561
- },
562
- {
563
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
564
- "input": "Activate automatic drying step 3",
565
- "output": "{\"Intent\": \"AIR_AUTO_DRY_REQUEST\", \"values\": \"{'onoff': 'Activate', 'step': 'step 3'}\"}"
566
- },
567
- {
568
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
569
- "input": "Turn off auto dry ",
570
- "output": "{\"Intent\": \"AIR_AUTO_DRY_REQUEST\", \"values\": \"{'onoff': 'Turn off'}\"}"
571
- },
572
- {
573
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
574
- "input": "Cooling mode medium wind ",
575
- "output": "{\"Intent\": \"AIR_COMPLEX_REQUEST\", \"values\": \"{'mode': 'Cooling mode', 'wind_speed': 'medium'}\"}"
576
- },
577
- {
578
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
579
- "input": "Heating mode medium wind ",
580
- "output": "{\"Intent\": \"AIR_COMPLEX_REQUEST\", \"values\": \"{'mode': 'Heating mode', 'wind_speed': 'medium'}\"}"
581
- },
582
- {
583
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
584
- "input": "Dry mode medium wind",
585
- "output": "{\"Intent\": \"AIR_COMPLEX_REQUEST\", \"values\": \"{'mode': 'Dry mode', 'wind_speed': 'medium'}\"}"
586
- },
587
- {
588
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
589
- "input": "Air clean mode with medium wind ",
590
- "output": "{\"Intent\": \"AIR_COMPLEX_REQUEST\", \"values\": \"{'mode': 'Air clean mode', 'wind_speed': 'medium'}\"}"
591
- },
592
- {
593
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
594
- "input": "Fan in medium wind",
595
- "output": "{\"Intent\": \"AIR_COMPLEX_REQUEST\", \"values\": \"{'mode': 'Fan', 'wind_speed': 'medium'}\"}"
596
- },
597
- {
598
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
599
- "input": "Cooling at 19 degrees",
600
- "output": "{\"Intent\": \"AIR_COMPLEX_REQUEST\", \"values\": \"{'mode': 'Cooling', 'temperature': '19'}\"}"
601
- },
602
- {
603
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
604
- "input": "Heating at 19 degrees",
605
- "output": "{\"Intent\": \"AIR_COMPLEX_REQUEST\", \"values\": \"{'mode': 'Heating', 'temperature': '19'}\"}"
606
- },
607
- {
608
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
609
- "input": "Dry mode in 30 degrees",
610
- "output": "{\"Intent\": \"AIR_COMPLEX_REQUEST\", \"values\": \"{'mode': 'Dry mode', 'temperature': '30'}\"}"
611
- },
612
- {
613
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
614
- "input": "Dry mode after 1 hour",
615
- "output": "{\"Intent\": \"AIR_COMPLEX_REQUEST\", \"values\": \"{'mode': 'Dry mode', 'hour': '1'}\"}"
616
- },
617
- {
618
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
619
- "input": "Air clean after 4 hours ",
620
- "output": "{\"Intent\": \"AIR_COMPLEX_REQUEST\", \"values\": \"{'mode': 'Air clean', 'hour': '4'}\"}"
621
- },
622
- {
623
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
624
- "input": "Fan mode in 22 hours ",
625
- "output": "{\"Intent\": \"AIR_COMPLEX_REQUEST\", \"values\": \"{'mode': 'Fan mode', 'hour': '22'}\"}"
626
- },
627
- {
628
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
629
- "input": "Heating mode in 12 hours ",
630
- "output": "{\"Intent\": \"AIR_COMPLEX_REQUEST\", \"values\": \"{'mode': 'Heating mode', 'hour': '12'}\"}"
631
- },
632
- {
633
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
634
- "input": "Cooling after 4 hours ",
635
- "output": "{\"Intent\": \"AIR_COMPLEX_REQUEST\", \"values\": \"{'mode': 'Cooling', 'hour': '4'}\"}"
636
- },
637
- {
638
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
639
- "input": "Can you tell me how the AC performed today?\n",
640
- "output": "{\"Intent\": \"AIR_BRIEFING_REQUEST\u00a0\", \"values\": \"{'period': 'today?'}\"}"
641
- },
642
- {
643
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
644
- "input": "Give me info on the energy usage in other home today",
645
- "output": "{\"Intent\": \"AIR_ENERGY_REQUEST\", \"values\": \"{'option': 'info', 'home': 'other home', 'period': 'today'}\"}"
646
- },
647
- {
648
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
649
- "input": "Give me info on the energy usage of my home today",
650
- "output": "{\"Intent\": \"AIR_ENERGY_REQUEST\", \"values\": \"{'option': 'info', 'home': 'my home', 'period': 'today'}\"}"
651
- },
652
- {
653
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
654
- "input": "Give me info of energy usage in other home?",
655
- "output": "{\"Intent\": \"AIR_ENERGY_REQUEST\", \"values\": \"{'option': 'info', 'home': 'other home?'}\"}"
656
- },
657
- {
658
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
659
- "input": "Give me info of energy usage in my home?",
660
- "output": "{\"Intent\": \"AIR_ENERGY_REQUEST\", \"values\": \"{'option': 'info', 'home': 'my home?'}\"}"
661
- },
662
- {
663
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
664
- "input": "Please estimate the energy usage for other house today",
665
- "output": "{\"Intent\": \"AIR_ENERGY_REQUEST\", \"values\": \"{'option': 'estimate', 'home': 'other house', 'period': 'today'}\"}"
666
- },
667
- {
668
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
669
- "input": "Please estimate the energy usage in my home today",
670
- "output": "{\"Intent\": \"AIR_ENERGY_REQUEST\", \"values\": \"{'option': 'estimate', 'home': 'my home', 'period': 'today'}\"}"
671
- },
672
- {
673
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
674
- "input": "Give me estimate of energy usage in other home?",
675
- "output": "{\"Intent\": \"AIR_ENERGY_REQUEST\", \"values\": \"{'option': 'estimate', 'home': 'other home?'}\"}"
676
- },
677
- {
678
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
679
- "input": "Estimate the usage in my home",
680
- "output": "{\"Intent\": \"AIR_ENERGY_REQUEST\", \"values\": \"{'option': 'Estimate', 'home': 'my home'}\"}"
681
- },
682
- {
683
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
684
- "input": "Give me info about the energy usage today",
685
- "output": "{\"Intent\": \"AIR_ENERGY_REQUEST\", \"values\": \"{'option': 'info', 'period': 'today'}\"}"
686
- },
687
- {
688
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
689
- "input": "Estimate the amount of energy used today",
690
- "output": "{\"Intent\": \"AIR_ENERGY_REQUEST\", \"values\": \"{'option': 'Estimate', 'period': 'today'}\"}"
691
- },
692
- {
693
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
694
- "input": "Run smart diagnosis for my AC ",
695
- "output": "{\"Intent\": \"AIR_SMART_DIAGNOSIS\", \"values\": \"{}\"}"
696
- },
697
- {
698
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
699
- "input": "Please on light ",
700
- "output": "{\"Intent\": \"AIR_LIGHT_REQUEST\", \"values\": \"{'onoff': 'on'}\"}"
701
- },
702
- {
703
- "instruction": "Analyze the user query and identify the relevant intents and arguments. Respond in JSON format with intent names and their associated arguments.",
704
- "input": "Off the light",
705
- "output": "{\"Intent\": \"AIR_LIGHT_REQUEST\", \"values\": \"{'onoff': 'Off'}\"}"
706
- }
707
- ]