| 1 | import { createFileRoute } from '@tanstack/react-router' |
| 2 | import { chat, maxIterations, toServerSentEventsStream } from '@tanstack/ai' |
| 3 | import { createCodeMode } from '@tanstack/ai-code-mode' |
| 4 | import { anthropicText } from '@tanstack/ai-anthropic' |
nothing calls this directly
no test coverage detected