chore: drop dead imports across opencode/core/llm (#28720)

This commit is contained in:
Kit Langton 2026-05-21 17:03:12 -04:00 committed by GitHub
commit e92c4fb460
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 7 additions and 27 deletions

View file

@ -1,4 +1,3 @@
import { Stream } from "effect"
import { LLMClient } from "../../src/route"
import type { Tools } from "../../src/tool"
import type { RunOptions } from "../../src/tool-runtime"

View file

@ -5,7 +5,6 @@ import { Effect } from "effect"
import { CacheHint, LLM, Message, ToolCallPart, ToolChoice } from "../../src"
import { LLMClient } from "../../src/route"
import { AmazonBedrock } from "../../src/providers"
import * as BedrockConverse from "../../src/protocols/bedrock-converse"
import { it } from "../lib/effect"
import { fixedResponse } from "../lib/http"
import {