How to override slots in triggered flows

So in my use case, consider I said

Move the cup

Cup is extracted in the Object slot and the chatbot asks me for a destination. If I enter a new instruction in an attempt to override the object, like say

Move the bottle

I would expect it to override the object, but instead, I get pattern_cannot_handle

What am I doing wrong? Or, how do I implement this?