DefaultDesktopGeometry returns the default native desktop geometry together with the declared model-facing geometry derived from it.
()
| 33 | // DefaultDesktopGeometry returns the default native desktop geometry together |
| 34 | // with the declared model-facing geometry derived from it. |
| 35 | func DefaultDesktopGeometry() DesktopGeometry { |
| 36 | return NewDesktopGeometry(DesktopNativeWidth, DesktopNativeHeight) |
| 37 | } |
| 38 | |
| 39 | // DefaultOpenAIComputerUseDesktopGeometry returns the default native desktop |
| 40 | // geometry with OpenAI's recommended computer-use declared dimensions. |