| 1 | import { describe, expect, test } from "bun:test" |
| 2 | import { Effect } from "effect" |
| 3 | import { parseResponse } from "../../src/tool/mcp-websearch" |
| 4 | import { selectWebSearchProvider, webSearchModelName, webSearchProviderLabel } from "../../src/tool/websearch" |
nothing calls this directly
no test coverage detected