| 1 | import { validateEnum, validatePathSegment } from '@/lib/core/security/input-validation' |
| 2 | import { POST_LISTING_OUTPUT_PROPERTIES, type RedditPost } from '@/tools/reddit/types' |
| 3 | import type { ToolConfig, ToolResponse } from '@/tools/types' |
| 4 |
nothing calls this directly
no test coverage detected