| 1 | import { createFileRoute } from '@tanstack/react-router' |
| 2 | import { chat, createChatOptions } from '@tanstack/ai' |
| 3 | import { anthropicText } from '@tanstack/ai-anthropic' |
| 4 | import { geminiText } from '@tanstack/ai-gemini' |
nothing calls this directly
no test coverage detected