According to the [official docs](https://ai.google.dev/gemini-api/docs/computer-use#supported-actions), `press_enter` is defaulted to `True`. However, on the same page, the example code defaults it to `False`. And in this implementation, it is also `False` by default. Which default value is the desired behaviour?
According to the official docs,
press_enteris defaulted toTrue.However, on the same page, the example code defaults it to
False. And in this implementation, it is alsoFalseby default.Which default value is the desired behaviour?