| 1 | import { createLogger } from '@sim/logger' |
| 2 | import { type NextRequest, NextResponse } from 'next/server' |
| 3 | import { validateCopilotByokContract } from '@/lib/api/contracts/copilot' |
| 4 | import { parseRequest } from '@/lib/api/server' |
nothing calls this directly
no test coverage detected