Update validation.jsonl
Browse files- validation.jsonl +10 -0
validation.jsonl
CHANGED
|
@@ -38,3 +38,13 @@
|
|
| 38 |
{"input": "posisikan lengan robot menuju posisi balok kuning", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}]}"}
|
| 39 |
{"input": "alihkan lengan robot pada lokasi balok kuning", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}]}"}
|
| 40 |
{"input": "geser end effector menuju posisi balok kuning", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}]}"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
{"input": "posisikan lengan robot menuju posisi balok kuning", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}]}"}
|
| 39 |
{"input": "alihkan lengan robot pada lokasi balok kuning", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}]}"}
|
| 40 |
{"input": "geser end effector menuju posisi balok kuning", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}]}"}
|
| 41 |
+
{"input": "nonaktifkan ujung pengisap", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
|
| 42 |
+
{"input": "hentikan pengisap", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
|
| 43 |
+
{"input": "matikan penyedot", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
|
| 44 |
+
{"input": "nonaktifkan penyedot", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
|
| 45 |
+
{"input": "matikan suction cup", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
|
| 46 |
+
{"input": "nyalakan ujung pengisap", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
|
| 47 |
+
{"input": "hidupkan penyedot", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
|
| 48 |
+
{"input": "hidupkan suction cup", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
|
| 49 |
+
{"input": "nyalakan suction cup", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
|
| 50 |
+
{"input": "nyalakan penyedot", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
|