| 1 | import { createFileRoute } from '@tanstack/react-router' |
| 2 | import { summarize, createSummarizeOptions } from '@tanstack/ai' |
| 3 | import { anthropicSummarize } from '@tanstack/ai-anthropic' |
| 4 | import { geminiSummarize } from '@tanstack/ai-gemini' |
nothing calls this directly
no test coverage detected