Skip to content

Commit dbd3430

Browse files
authored
Add Devstral as model supporting tools
Ref continuedev#5778
1 parent 61034c8 commit dbd3430

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/llm/toolSupport.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export const PROVIDER_TOOL_SUPPORT: Record<
8888
return (
8989
!model.toLowerCase().includes("mamba") &&
9090
[
91+
"devstral",
9192
"codestral",
9293
"mistral-large",
9394
"mistral-small",
@@ -136,6 +137,7 @@ export const PROVIDER_TOOL_SUPPORT: Record<
136137
"aya-expanse",
137138
"firefunction-v2",
138139
"mistral",
140+
"devstral",
139141
].some((part) => modelName.toLowerCase().includes(part))
140142
) {
141143
return true;

0 commit comments

Comments
 (0)