Skip to content

Commit dbe5411

Browse files
committed
fix: add supportsNativeTools to ollama.test.ts expected results
1 parent 27120a9 commit dbe5411

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/providers/fetchers/__tests__/ollama.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ describe("Ollama Fetcher", () => {
2222
contextWindow: 40960,
2323
supportsImages: false,
2424
supportsPromptCache: true,
25+
supportsNativeTools: true,
2526
inputPrice: 0,
2627
outputPrice: 0,
2728
cacheWritesPrice: 0,
@@ -46,6 +47,7 @@ describe("Ollama Fetcher", () => {
4647
contextWindow: 40960,
4748
supportsImages: false,
4849
supportsPromptCache: true,
50+
supportsNativeTools: true,
4951
inputPrice: 0,
5052
outputPrice: 0,
5153
cacheWritesPrice: 0,

0 commit comments

Comments
 (0)