| 1 | import { createFileRoute } from '@tanstack/react-router' |
| 2 | import { summarize, toServerSentEventsResponse } from '@tanstack/ai' |
| 3 | import { createOpenaiSummarize } from '@tanstack/ai-openai' |
| 4 | import { createAnthropicSummarize } from '@tanstack/ai-anthropic' |
nothing calls this directly
no test coverage detected