| 1 | import { DynamicStructuredTool } from '@langchain/core/tools'; |
| 2 | import { chromium, Browser, Page } from 'playwright'; |
| 3 | import { z } from 'zod'; |
| 4 | import { formatToolResult } from '../types.js'; |
nothing calls this directly
no test coverage detected