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