Dataset Viewer
instruction
stringclasses 1
value | input
stringlengths 25
91
| output
stringlengths 278
457
|
---|---|---|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Deploy the parachute for landing.
|
{
"system": "execute_function",
"function": "deploy_parachute",
"parameter1": "on",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Deploying parachute."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
You need to set the temperature of the oven1 to 75°C.
|
{
"system": "execute_function",
"function": "set_temperature",
"parameter1": "oven1",
"parameter2": "75",
"parameter3": "°C",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Oven1 temperature set at 75°C ."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Disable drone deployment for aerial surveillance.
|
{
"system": "execute_function",
"function": "deploy_drone",
"parameter1": "off",
"parameter2": "aerial_surveillance",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Drone deployement turned off."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Rotate the camera right by 34 degrees.
|
{
"system": "execute_function",
"function": "camera_rotate",
"parameter1": "+45",
"parameter2": "x-axis",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Camera rotated to +45 degrees."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Call Albert Lim to his contact number 09251234567 to remind him for the afternoon meeting.
|
{
"system": "execute_function",
"function": "call",
"parameter1": "Albert Lim",
"parameter2": "Reminder for afternoon meeting.",
"parameter3": "09251234567",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Calling Albert Lim."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Compose and send an email to the designated recipient.
|
{
"system": "execute_function",
"function": "send_email",
"parameter1": "[designated_recipient]",
"parameter2": "Hi [designated_recipient], this is an AI generated email. I don't know the reason for sending you this email, I was only asked to do it.",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Email sent. Message: [parameter2]"
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Start running diagnostics on the machine 22.
|
{
"system": "execute_function",
"function": "diagnose",
"parameter1": "start",
"parameter2": "machine_22",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Diagnostic on machine 22 started."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Move the robotic arm to position C.
|
{
"system": "execute_function",
"function": "move_robotic_arm",
"parameter1": "position_c",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Moving the robotic arm to position C."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Change the upward angle of the solar panels .
|
{
"system": "execute_function",
"function": "solar_angle",
"parameter1": "scan",
"parameter2": "y-axis",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Solar panel upward angle changed."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Dispense medication from the dispenser.
|
{
"system": "execute_function",
"function": "dispenser",
"parameter1": "on",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Dispenser was turned on."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Deploy the drone for infrared scanning.
|
{
"system": "execute_function",
"function": "deploy_drone",
"parameter1": "on",
"parameter2": "infrared_scanning",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Drone deployed successfully for infrared scanning."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Initiate activation of the backup power source.
|
{
"system": "execute_function",
"function": "backup_power",
"parameter1": "on",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Backup power is now activated."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Hey, please set the temperature of the thermostat to 77°C.
|
{
"system": "execute_function",
"function": "set_temperature",
"parameter1": "thermostat",
"parameter2": "77",
"parameter3": "°C",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Thermostat temperature set at 77°C ."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
You need to set the temperature of the oven 3 to 79°C.
|
{
"system": "execute_function",
"function": "set_temperature",
"parameter1": "oven3",
"parameter2": "79",
"parameter3": "°C",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Oven 3 temperature set at 79°C ."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Change the pressure in the steamer to 26 psi.
|
{
"system": "execute_function",
"function": "set_pressure",
"parameter1": "steamer",
"parameter2": "26",
"parameter3": "psi",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Steamer pressure set to 26 psi."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Engage the emergency stop mechanism immediately.
|
{
"system": "execute_function",
"function": "emergency_stop",
"parameter1": "on",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Emergency stop mechanism engage successfully."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Extend the robotic arm to its maximum length.
|
{
"system": "execute_function",
"function": "move_robotic_arm",
"parameter1": "max",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Moving the robotic arm to maximum length."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Set the temperature of the thermostat to 25°C.
|
{
"system": "execute_function",
"function": "set_temperature",
"parameter1": "thermostat",
"parameter2": "25",
"parameter3": "°C",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Thermostat temperature set at 25°C ."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Send text message to Juan Luna at 09761083586 to pay his bill as tomorrow.
|
{
"system": "execute_function",
"function": "send_text",
"parameter1": "Juan Luna",
"parameter2": "09761083586",
"parameter3": "Please pay your bill tomorrow.",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Sending text to Juan Luna."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Adjust the orientation of the solar panels for maximum sunlight exposure.
|
{
"system": "execute_function",
"function": "solar_angle",
"parameter1": "scan",
"parameter2": "y-axis",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Solar panel sunlight exposure angle changed."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Rotate the camera left by 45 degrees.
|
{
"system": "execute_function",
"function": "camera_rotate",
"parameter1": "-45",
"parameter2": "x-axis",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": ""
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Adjust the brightness of the display screen, increase the intensity.
|
{
"system": "execute_function",
"function": "screen_brightness",
"parameter1": "+1",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Screen brightness adjusted with higher intensity."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Disable the deployment of the parachute for landing.
|
{
"system": "execute_function",
"function": "deploy_parachute",
"parameter1": "off",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Deploying parachute was turned off."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Dryer 1 temperature is low, set the temperature to 85°C.
|
{
"system": "execute_function",
"function": "set_temperature",
"parameter1": "dryer_1",
"parameter2": "85",
"parameter3": "°C",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Dryer 1 temperature set at 85°C ."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Turn on all power outlet.
|
{
"system": "execute_function",
"function": "main_power",
"parameter1": "on",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Main power has been turned on ."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Water the plants in the garden please.
|
{
"system": "execute_function",
"function": "garden_water",
"parameter1": "on",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Water the garden started. "
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Please recharge the battery.
|
{
"system": "execute_function",
"function": "battery",
"parameter1": "recharge",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "The battery is now charging."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Deploy airbags in the event of a collision.
|
{
"system": "execute_function",
"function": "deploy_airbags",
"parameter1": "on",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Airbags deployed."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Perform firmware update to the latest version.
|
{
"system": "execute_function",
"function": "firmware",
"parameter1": "update",
"parameter2": "enable",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Updating firmware started."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Don't notify the user about the current status.
|
{
"system": "execute_function",
"function": "notification",
"parameter1": "off",
"parameter2": "current_status",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "The user will not be notified."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Stop waterring the plants in the garden.
|
{
"system": "execute_function",
"function": "garden_water",
"parameter1": "off",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Waterring the garden was stopped. "
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Open the garage door please.
|
{
"system": "execute_function",
"function": "door_open",
"parameter1": "on",
"parameter2": "garage",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Openning garage door."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Start the sprinkler system.
|
{
"system": "execute_function",
"function": "sprinkler",
"parameter1": "start",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Sprinkler started."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Change the angle of the solar panels to optimize sunlight exposure.
|
{
"system": "execute_function",
"function": "solar_angle",
"parameter1": "scan",
"parameter2": "x-axis",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Solar panel sunlight exposure angle changed."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Notify the user about the current status.
|
{
"system": "execute_function",
"function": "notification",
"parameter1": "on",
"parameter2": "current_status",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Notified the user successfully."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Need to power on the device.
|
{
"system": "execute_function",
"function": "device_power",
"parameter1": "on",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Turning on the device."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Extend the robotic arm to its half length.
|
{
"system": "execute_function",
"function": "move_robotic_arm",
"parameter1": "half",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Moving the robotic arm to half length."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Call Albert Lim to his contact number 09251234567 to remind him for the afternoon meeting.
|
{
"system": "execute_function",
"function": "call",
"parameter1": "Albert Lim",
"parameter2": "Reminder for afternoon meeting.",
"parameter3": "09251234567",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Calling Albert Lim."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Conduct inspection of the assembly line for defects.
|
{
"system": "execute_function",
"function": "inspection",
"parameter1": "assembly_line",
"parameter2": "defects",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Conducting inspection in the assembly line."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Disable the security system now at the factory.
|
{
"system": "execute_function",
"function": "security_system",
"parameter1": "off",
"parameter2": "factory",
"parameter3": "real_time_mode",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Security system is now deactivated."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Switch the system to sleep mode to conserve power.
|
{
"system": "execute_function",
"function": "system_mode",
"parameter1": "sleep",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": ""System is now in sleep mode.
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Change the sensitivity of the motion sensors to 90%.
|
{
"system": "execute_function",
"function": "motion_sensor",
"parameter1": "sensitivity",
"parameter2": "90",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Changing the motion sensor to 90%"
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Urgent send an email to the Sir Ambet to sign the contract.
|
{
"system": "execute_function",
"function": "send_email",
"parameter1": "Ambet",
"parameter2": "Hi Sir Ambet, please sign the contract. (This is a system generated email by AI.",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Email sent. Message: [parameter2]"
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Establish a wireless connection with the designated network.
|
{
"system": "execute_function",
"function": "connection",
"parameter1": "start",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Wireless connection started."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Switch the system to self check.
|
{
"system": "execute_function",
"function": "system_mode",
"parameter1": "self_check",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "System is now in self check mode.."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Attention, please start running diagnostics on the machine 14.
|
{
"system": "execute_function",
"function": "diagnose",
"parameter1": "start",
"parameter2": "machine_14",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Diagnostic on machine 14 started."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Retrieve the required data from the database.
|
{
"system": "execute_function",
"function": "data_retrieve",
"parameter1": "database",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Retrieving data."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Hey, make sure to activate the security system at 7 pm at the garage.
|
{
"system": "execute_function",
"function": "security_system",
"parameter1": "on",
"parameter2": "garage",
"parameter3": "time_delay_mode",
"parameter4": "19:00",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Security system will be activate at 7pm."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Its getting brighter, turn off the lights in the garage?
|
{
"system": "execute_function",
"function": "swtich_light",
"parameter1": "off",
"parameter2": "garage",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Turning off the lights in the garage."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Set the volume level to 50%.
|
{
"system": "execute_function",
"function": "set_volume",
"parameter1": "50",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Volume is now set to 50%"
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Turn on all power outlet.
|
{
"system": "execute_function",
"function": "main_power",
"parameter1": "on",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Main power has been turned on ."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Start shutting down the system.
|
{
"system": "execute_function",
"function": "system_mode",
"parameter1": "shutdown",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": ""System is now shutting down.
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Can you send text message to Jose Rizal at 09761083586 to pay his bill as soon as possible.
|
{
"system": "execute_function",
"function": "send_text",
"parameter1": "Jose Rizal",
"parameter2": "09761083586",
"parameter3": "Please pay your bill as soon as possible.",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Sending text to Jose Rizal."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Start self-diagnosis process for the robotic arm.
|
{
"system": "execute_function",
"function": "diagnose",
"parameter1": "start",
"parameter2": "robotic_arm",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Started self-diagnosis for robotic arm."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Set the dryer 2 temperature to 95°C.
|
{
"system": "execute_function",
"function": "set_temperature",
"parameter1": "dryer_2",
"parameter2": "95",
"parameter3": "°C",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Dryer 2 temperature set at 95°C ."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Switch all notifications to silent mode.
|
{
"system": "execute_function",
"function": "notification",
"parameter1": "silent",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Notifications in silent mode."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Conduct inspection of the assembly line for sanitary.
|
{
"system": "execute_function",
"function": "inspection",
"parameter1": "assembly_line",
"parameter2": "sanitary",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Conducting inspection in the assembly line."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
We need to initiate deployment of airbags in case of a collision.
|
{
"system": "execute_function",
"function": "deploy_airbags",
"parameter1": "on",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Airbags deployed."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Please start a timer for 10 minutes.
|
{
"system": "execute_function",
"function": "set_timer",
"parameter1": "start",
"parameter2": "0",
"parameter3": "hour",
"parameter4": "10",
"parameter5": "minute",
"parameter6": "0",
"parameter7": "second",
"parameter8": "",
"response": "Timer started for 10 minutes."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
We need to change dryer 1 temperature to low, set the temperature to 35°C.
|
{
"system": "execute_function",
"function": "set_temperature",
"parameter1": "dryer_1",
"parameter2": "35",
"parameter3": "°C",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Dryer 1 temperature set at 35°C ."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Can you unlock the front door?
|
{
"system": "execute_function",
"function": "door_lock",
"parameter1": "unlock",
"parameter2": "front",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Unlocking front door."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Set the pressure in the pneumatic system to 80 psi.
|
{
"system": "execute_function",
"function": "set_pressure",
"parameter1": "pneumatic_system",
"parameter2": "80",
"parameter3": "psi",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Pneumatic system pressure set to 80 psi."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Please reboot the system now.
|
{
"system": "execute_function",
"function": "system_mode",
"parameter1": "reboot",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Rebooting the system."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Move the robotic arm to position A.
|
{
"system": "execute_function",
"function": "move_robotic_arm",
"parameter1": "position_a",
"parameter2": "",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Moving the robotic arm to position A."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Its getting darker, turn on the lights in the room 1?
|
{
"system": "execute_function",
"function": "swtich_light",
"parameter1": "on",
"parameter2": "room_1",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Turning on the lights in the room 1."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
Set the dryer 2 temperature to 15°C.
|
{
"system": "execute_function",
"function": "set_temperature",
"parameter1": "dryer_2",
"parameter2": "15",
"parameter3": "°C",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Dryer 2 temperature set at 15°C ."
}
|
You have access to the system function, just follow the output format so that the system will know that you are trying to execute them.
|
You have to turn off the lights in the living room?
|
{
"system": "execute_function",
"function": "swtich_light",
"parameter1": "off",
"parameter2": "living_room",
"parameter3": "",
"parameter4": "",
"parameter5": "",
"parameter6": "",
"parameter7": "",
"parameter8": "",
"response": "Turning off the lights in the living room."
}
|
Dataset Card for Dataset Name
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Dataset Details
Dataset Description
- Curated by: [More Information Needed]
- Funded by [optional]: [More Information Needed]
- Shared by [optional]: [More Information Needed]
- Language(s) (NLP): [More Information Needed]
- License: [More Information Needed]
Dataset Sources [optional]
- Repository: [More Information Needed]
- Paper [optional]: [More Information Needed]
- Demo [optional]: [More Information Needed]
Uses
Direct Use
[More Information Needed]
Out-of-Scope Use
[More Information Needed]
Dataset Structure
[More Information Needed]
Dataset Creation
Curation Rationale
[More Information Needed]
Source Data
Data Collection and Processing
[More Information Needed]
Who are the source data producers?
[More Information Needed]
Annotations [optional]
Annotation process
[More Information Needed]
Who are the annotators?
[More Information Needed]
Personal and Sensitive Information
[More Information Needed]
Bias, Risks, and Limitations
[More Information Needed]
Recommendations
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
Citation [optional]
BibTeX:
[More Information Needed]
APA:
[More Information Needed]
Glossary [optional]
[More Information Needed]
More Information [optional]
[More Information Needed]
Dataset Card Authors [optional]
[More Information Needed]
Dataset Card Contact
[More Information Needed]
- Downloads last month
- 10