| 348 | const CloseArgs = z.object({}); |
| 349 | |
| 350 | export class BrowserCloseTool extends Tool<z.infer<typeof CloseArgs>> { |
| 351 | name = 'browser_close'; |
| 352 | description = 'Close the headless browser. Idempotent. The next browser_* call will relaunch.'; |
| 353 | isReadOnly = false; |
nothing calls this directly
no outgoing calls
no test coverage detected