| 1 | import { HttpRecorder } from "@opencode-ai/http-recorder" |
| 2 | import { HttpRecorderInternal } from "@opencode-ai/http-recorder/internal" |
| 3 | import * as OpenAIChat from "@opencode-ai/llm/protocols/openai-chat" |
| 4 | import { Auth, LLMClient, RequestExecutor } from "@opencode-ai/llm/route" |
nothing calls this directly
no test coverage detected