From cda2138f2417e9c1bada7ed3ced86b8af8bdca6f Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Tue, 9 Dec 2025 16:22:36 -0600 Subject: [PATCH] fixes --- packages/opencode/test/provider/transform.test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/opencode/test/provider/transform.test.ts b/packages/opencode/test/provider/transform.test.ts index 648f108bd6..da473252df 100644 --- a/packages/opencode/test/provider/transform.test.ts +++ b/packages/opencode/test/provider/transform.test.ts @@ -130,6 +130,7 @@ describe("ProviderTransform.message - DeepSeek reasoning content", () => { toolcall: true, input: { text: true, audio: false, image: false, video: false, pdf: false }, output: { text: true, audio: false, image: false, video: false, pdf: false }, + interleaved: false, }, cost: { input: 0.001, @@ -184,6 +185,7 @@ describe("ProviderTransform.message - DeepSeek reasoning content", () => { toolcall: true, input: { text: true, audio: false, image: false, video: false, pdf: false }, output: { text: true, audio: false, image: false, video: false, pdf: false }, + interleaved: false, }, cost: { input: 0.001, @@ -236,6 +238,7 @@ describe("ProviderTransform.message - DeepSeek reasoning content", () => { toolcall: true, input: { text: true, audio: false, image: false, video: false, pdf: false }, output: { text: true, audio: false, image: false, video: false, pdf: false }, + interleaved: false, }, cost: { input: 0.001, @@ -281,6 +284,7 @@ describe("ProviderTransform.message - DeepSeek reasoning content", () => { toolcall: true, input: { text: true, audio: false, image: true, video: false, pdf: false }, output: { text: true, audio: false, image: false, video: false, pdf: false }, + interleaved: false, }, cost: { input: 0.03,