Upload function-calling-small-dataset.csv
Browse files
function-calling-small-dataset.csv
CHANGED
|
@@ -10,10 +10,15 @@ query,answer
|
|
| 10 |
"Could you turn on the lights for the living room?","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
| 11 |
"Please turn on the lights in the living room.","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
| 12 |
"Can you switch on the lights for the living room?","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
|
|
|
| 13 |
"Could you start the living room lights?","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
|
|
|
| 14 |
"Turn on the lights in the living room, please.","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
|
|
|
| 15 |
"Would you activate the living room lights?","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
|
|
|
| 16 |
"Could you please turn on the living room lights?","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
|
|
|
| 17 |
"Set the thermostat to 72 degrees.","{""function_name"": ""set_thermostat"", ""parameters"": ""72""}"
|
| 18 |
"Adjust the thermostat to 72 degrees, please.","{""function_name"": ""set_thermostat"", ""parameters"": ""72""}"
|
| 19 |
"Could you set the temperature to 72 degrees on the thermostat?","{""function_name"": ""set_thermostat"", ""parameters"": ""72""}"
|
|
|
|
| 10 |
"Could you turn on the lights for the living room?","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
| 11 |
"Please turn on the lights in the living room.","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
| 12 |
"Can you switch on the lights for the living room?","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
| 13 |
+
"Can you switch on the lamps for the living room?","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
| 14 |
"Could you start the living room lights?","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
| 15 |
+
"Could you start the living room lamps?","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
| 16 |
"Turn on the lights in the living room, please.","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
| 17 |
+
"Turn on the lamps in the living room, please.","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
| 18 |
"Would you activate the living room lights?","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
| 19 |
+
"Would you activate the living room lamps?","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
| 20 |
"Could you please turn on the living room lights?","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
| 21 |
+
"Could you please turn on the living room lamps?","{""function_name"": ""turn_on_lights"", ""parameters"": ""living room""}"
|
| 22 |
"Set the thermostat to 72 degrees.","{""function_name"": ""set_thermostat"", ""parameters"": ""72""}"
|
| 23 |
"Adjust the thermostat to 72 degrees, please.","{""function_name"": ""set_thermostat"", ""parameters"": ""72""}"
|
| 24 |
"Could you set the temperature to 72 degrees on the thermostat?","{""function_name"": ""set_thermostat"", ""parameters"": ""72""}"
|