Assistant:
<execute>
goto("sinkbasin 1")
</execute>

Observation:
On the sinkbasin 1, you see a egg 3, a potato 1, a spatula 2, and a tomato 3.
Assistant:
<execute>
take("tomato 3", "sinkbasin 1")
goto("fridge 1")
cool("tomato 3", "fridge 1")
goto("microwave 1")
open("microwave 1")
put("tomato 3", "microwave 1")
</execute>

Observation:
You pick up the tomato 3 from the sinkbasin 1.
The fridge 1 is closed.
You cool the tomato 3 using the fridge 1.
The microwave 1 is closed.
You open the microwave 1. The microwave 1 is open. In it, you see nothing.
You put the tomato 3 in/on the microwave 1.
