Skip to content

Commit 4032ec7

Browse files
committed
Revert this
1 parent b5210da commit 4032ec7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core/__tests__/Cline.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ describe("Cline", () => {
242242
apiProvider: "anthropic",
243243
apiModelId: "claude-3-5-sonnet-20241022",
244244
apiKey: "test-api-key", // Add API key to mock config
245-
enableReasoningEffort: false,
246245
}
247246

248247
// Mock provider methods
@@ -480,12 +479,10 @@ describe("Cline", () => {
480479
const configWithImages = {
481480
...mockApiConfig,
482481
apiModelId: "claude-3-sonnet",
483-
enableReasoningEffort: false,
484482
}
485483
const configWithoutImages = {
486484
...mockApiConfig,
487485
apiModelId: "gpt-3.5-turbo",
488-
enableReasoningEffort: false,
489486
}
490487

491488
// Create test conversation history with mixed content

0 commit comments

Comments
 (0)