| 1 | import { createLogger } from '@sim/logger' |
| 2 | import { getErrorMessage } from '@sim/utils/errors' |
| 3 | import { type NextRequest, NextResponse } from 'next/server' |
| 4 | import { extendParseContract } from '@/lib/api/contracts/tools/media/document-parse' |
nothing calls this directly
no test coverage detected