| 1 | import { describe, expect, test } from "bun:test" |
| 2 | import { LLMEvent, ToolFailure } from "@opencode-ai/llm" |
| 3 | import { LLMClient, RequestExecutor, WebSocketExecutor, type LLMClientShape } from "@opencode-ai/llm/route" |
| 4 | import { jsonSchema, tool, type ModelMessage, type Tool } from "ai" |
nothing calls this directly
no test coverage detected