Skip to content

Commit 686dd33

Browse files
chore: generate
1 parent 193013a commit 686dd33

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/opencode/src/provider/transform.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,9 @@ export namespace ProviderTransform {
333333
if (!model.capabilities.reasoning) return {}
334334

335335
const id = model.id.toLowerCase()
336-
const isAnthropicAdaptive = ["opus-4-6", "opus-4.6", "sonnet-4-6", "sonnet-4.6"].some((v) => model.api.id.includes(v))
336+
const isAnthropicAdaptive = ["opus-4-6", "opus-4.6", "sonnet-4-6", "sonnet-4.6"].some((v) =>
337+
model.api.id.includes(v),
338+
)
337339
const adaptiveEfforts = ["low", "medium", "high", "max"]
338340
if (
339341
id.includes("deepseek") ||

0 commit comments

Comments
 (0)