File size: 168 Bytes
c7f235d | 1 2 3 4 5 6 7 8 | {
"input": "Pick up the blue box and place it on the shelf.",
"output": {
"action": "pick_and_place",
"object": "blue box",
"destination": "shelf"
}
} |
c7f235d | 1 2 3 4 5 6 7 8 | {
"input": "Pick up the blue box and place it on the shelf.",
"output": {
"action": "pick_and_place",
"object": "blue box",
"destination": "shelf"
}
} |