| 213 | }); |
| 214 | |
| 215 | export class BrowserConsoleTool extends Tool<z.infer<typeof ConsoleArgs>> { |
| 216 | name = 'browser_console'; |
| 217 | description = 'Read browser console messages + page errors since the last navigate. Use to debug JavaScript errors after interacting with the page. Read-only.'; |
| 218 | isReadOnly = true; |
nothing calls this directly
no outgoing calls
no test coverage detected