| 1 | import { beforeEach, describe, expect, it, vi } from 'vitest' |
| 2 | import { chat } from '@tanstack/ai' |
| 3 | import { GrokTextAdapter } from '../src/adapters/text' |
| 4 | import type { StreamChunk } from '@tanstack/ai' |
nothing calls this directly
no test coverage detected