| 329 | }); |
| 330 | |
| 331 | export class ComputerUseListWindowsTool extends Tool<z.infer<typeof ListWindowsArgs>> { |
| 332 | name = 'computer_use_list_windows'; |
| 333 | description = 'List visible apps and their windows. Useful when you need to find the right app/window to target with screenshot or click. Read-only. macOS-only.'; |
| 334 | isReadOnly = true; |
nothing calls this directly
no outgoing calls
no test coverage detected