| 196 | }); |
| 197 | |
| 198 | export class ComputerUseTypeTool extends Tool<z.infer<typeof TypeArgs>> { |
| 199 | name = 'computer_use_type'; |
| 200 | description = 'Type text into the currently focused field/input. Click first with computer_use_click to focus the target. macOS-only. Destructive — actually types.'; |
| 201 | isReadOnly = false; |
nothing calls this directly
no outgoing calls
no test coverage detected