| 1 | import { type NextRequest, NextResponse } from 'next/server' |
| 2 | import { v1KnowledgeSearchContract } from '@/lib/api/contracts/v1/knowledge' |
| 3 | import { parseRequest } from '@/lib/api/server' |
| 4 | import { checkActorUsageLimits } from '@/lib/billing/calculations/usage-monitor' |
nothing calls this directly
no test coverage detected