| 1 | import assert from 'node:assert/strict'; |
| 2 | import { describe, test } from 'node:test'; |
| 3 | import type { LanguageModelV4StreamPart, LanguageModelV4Usage } from '@ai-sdk/provider'; |
| 4 | import type { LlmConnection } from '@maka/core/llm-connections'; |
nothing calls this directly
no test coverage detected