| 1 | import { createFileRoute } from '@tanstack/react-router' |
| 2 | import { generateTranscription, toServerSentEventsResponse } from '@tanstack/ai' |
| 3 | import { createTranscriptionAdapter } from '@/lib/media-providers' |
| 4 | import type { Provider } from '@/lib/types' |
nothing calls this directly
no test coverage detected