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