Moves a substance or object from one container to another (e.g., moving lead to a metal pot). Triggered when the agent needs to prepare materials for processing, such as transferring a substance into a heat-resistant container for heating experiments.
This skill orchestrates the transfer of a target substance or object from a source container to a destination container. It is a foundational step for preparing materials for subsequent operations like heating, mixing, or measurement.
The skill is executed when the agent's goal requires moving a material to a more suitable container. The primary sequence, derived from the trajectory, is:
move OBJ to OBJ action, where the first object is the target substance and the second is the destination container.Follow this decision flow to perform a container transfer:
lead in a tin cup and an empty metal pot). Use look around and look at OBJ actions.move <SUBSTANCE_NAME> to <DESTINATION_CONTAINER>.
move lead to metal potlook at <DESTINATION_CONTAINER>.
<SUBSTANCE_NAME>: The name of the substance or object to be moved (e.g., lead).<DESTINATION_CONTAINER>: The name of the container to receive the substance (e.g., metal pot).