google-gemini / google-gemini/computer-use-preview
Confusion about default value of `press_enter` in `type_text_at`
Open
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 405
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.