| 1 | import { ScriptedEchoChatProvider } from '../fixtures/echo-provider'; |
| 2 | import { extractText } from '#/message'; |
| 3 | import type { Message, StreamedMessagePart, ToolCall } from '#/message'; |
| 4 | import type { ChatProvider, StreamedMessage, ThinkingEffort } from '#/provider'; |
nothing calls this directly
no test coverage detected