| 1 | import { generate } from '#/generate'; |
| 2 | import type { ContentPart, Message, ToolCall } from '#/message'; |
| 3 | import { extractUsageFromChunk, KimiChatProvider } from '#/providers/kimi'; |
| 4 | import { extractUsage } from '#/providers/openai-common'; |
nothing calls this directly
no test coverage detected