Prepares a household appliance (microwave, oven, toaster, fridge) for use by ensuring it is in the correct open/closed state. Use when the agent needs to heat, cool, or cook an item and must first open or close the appliance before placing an object inside. Takes an appliance identifier as input and outputs a confirmation that the appliance is ready for the next action.
Prepare a specified household appliance for immediate use by ensuring it is in the correct open or closed state. This is a prerequisite step before performing actions like heat, cool, or toggle with the appliance.
microwave 1, toaster 1, fridge 1).open {appliance} or action as needed.close {appliance}references/trajectory_example.md to see a practical application of this skill in the context of a larger task.Input: appliance_identifier: microwave 1
Sequence:
go to microwave 1 → Observation: "You are at microwave 1. The microwave 1 is closed."open microwave 1 → Observation: "You open the microwave 1. The microwave 1 is open."Output: "The microwave 1 is open and ready for use."
A confirmation that the appliance is ready, typically in the form of the agent's Thought summarizing the prepared state and the environment's observation.