We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e356c commit 00637c0Copy full SHA for 00637c0
1 file changed
packages/opencode/src/session/llm.ts
@@ -1,4 +1,3 @@
1
-import os from "os"
2
import { Installation } from "@/installation"
3
import { Provider } from "@/provider/provider"
4
import { Log } from "@/util/log"
@@ -9,7 +8,6 @@ import {
9
8
type StreamTextResult,
10
type Tool,
11
type ToolSet,
12
- extractReasoningMiddleware,
13
tool,
14
jsonSchema,
15
} from "ai"
@@ -261,7 +259,6 @@ export namespace LLM {
261
259
return args.params
262
260
},
263
264
- extractReasoningMiddleware({ tagName: "think", startWithReasoning: false }),
265
],
266
}),
267
experimental_telemetry: {
0 commit comments