| 1 | import { type NextRequest, NextResponse } from 'next/server' |
| 2 | import { deleteCopilotApiKeyQuerySchema } from '@/lib/api/contracts' |
| 3 | import { getSession } from '@/lib/auth' |
| 4 | import { TraceAttr } from '@/lib/copilot/generated/trace-attributes-v1' |
nothing calls this directly
no test coverage detected