| 1 | import { validateEnum } from '@/lib/core/security/input-validation' |
| 2 | import type { ToolConfig, ToolResponse } from '@/tools/types' |
| 3 | |
| 4 | const ALLOWED_SORT_OPTIONS = ['relevance', 'activity'] as const |
nothing calls this directly
no test coverage detected