Create potong_rumput_basic.json
Browse files- potong_rumput_basic.json +18 -0
potong_rumput_basic.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "potong_rumput_basic",
|
| 3 |
+
"description": "Dataset dasar instruksi memotong rumput",
|
| 4 |
+
"data": [
|
| 5 |
+
{
|
| 6 |
+
"instruction": "Potong rumput di halaman depan",
|
| 7 |
+
"environment": "halaman rumah",
|
| 8 |
+
"tools": ["mesin potong rumput"],
|
| 9 |
+
"action_steps": [
|
| 10 |
+
"Nyalakan mesin potong rumput",
|
| 11 |
+
"Mulai dari sisi kiri halaman",
|
| 12 |
+
"Dorong mesin secara lurus",
|
| 13 |
+
"Ulangi hingga seluruh rumput rata",
|
| 14 |
+
"Matikan mesin"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
]
|
| 18 |
+
}
|