| 1 | import { createFileRoute } from '@tanstack/react-router' |
| 2 | import { chat, createChatOptions } from '@tanstack/ai' |
| 3 | import { otelMiddleware } from '@tanstack/ai/middlewares/otel' |
| 4 | import { createOpenaiChatCompletions } from '@tanstack/ai-openai' |
nothing calls this directly
no test coverage detected