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