| 1 | import type { ScrapeParams, ScrapeResponse } from '@/tools/firecrawl/types' |
| 2 | import { PAGE_METADATA_OUTPUT_PROPERTIES } from '@/tools/firecrawl/types' |
| 3 | import { safeAssign } from '@/tools/safe-assign' |
| 4 | import type { ToolConfig } from '@/tools/types' |
nothing calls this directly
no test coverage detected