From 6c83b597d6c09cff1139d84c9468aba85f1cbd67 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 29 Oct 2025 22:58:25 -0400 Subject: [PATCH] Fix tests --- src/api/providers/fetchers/__tests__/openrouter.spec.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/api/providers/fetchers/__tests__/openrouter.spec.ts b/src/api/providers/fetchers/__tests__/openrouter.spec.ts index 37cdc54439..02a764dd00 100644 --- a/src/api/providers/fetchers/__tests__/openrouter.spec.ts +++ b/src/api/providers/fetchers/__tests__/openrouter.spec.ts @@ -21,6 +21,7 @@ describe("OpenRouter API", () => { contextWindow: 200000, supportsImages: true, supportsPromptCache: true, + supportsNativeToolCalling: true, inputPrice: 3, outputPrice: 15, cacheWritesPrice: 3.75, @@ -36,6 +37,7 @@ describe("OpenRouter API", () => { contextWindow: 200000, supportsImages: true, supportsPromptCache: true, + supportsNativeToolCalling: true, inputPrice: 3, outputPrice: 15, cacheWritesPrice: 3.75, @@ -89,6 +91,7 @@ describe("OpenRouter API", () => { contextWindow: 1048576, supportsImages: true, supportsPromptCache: true, + supportsNativeToolCalling: false, supportsReasoningBudget: true, inputPrice: 1.25, outputPrice: 10, @@ -103,6 +106,7 @@ describe("OpenRouter API", () => { contextWindow: 1048576, supportsImages: true, supportsPromptCache: true, + supportsNativeToolCalling: false, supportsReasoningBudget: true, inputPrice: 1.25, outputPrice: 10,