Skip to content

Commit a2bcf45

Browse files
committed
feat(minimax): add included and excluded tools for MiniMax models
1 parent 0f9ed4e commit a2bcf45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/types/src/providers/minimax.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export const minimaxModels = {
1515
supportsPromptCache: true,
1616
supportsNativeTools: true,
1717
defaultToolProtocol: "native",
18+
includedTools: ["search_and_replace"],
19+
excludedTools: ["apply_diff"],
1820
preserveReasoning: true,
1921
inputPrice: 0.3,
2022
outputPrice: 1.2,
@@ -30,6 +32,8 @@ export const minimaxModels = {
3032
supportsPromptCache: true,
3133
supportsNativeTools: true,
3234
defaultToolProtocol: "native",
35+
includedTools: ["search_and_replace"],
36+
excludedTools: ["apply_diff"],
3337
preserveReasoning: true,
3438
inputPrice: 0.3,
3539
outputPrice: 1.2,
@@ -45,6 +49,8 @@ export const minimaxModels = {
4549
supportsPromptCache: true,
4650
supportsNativeTools: true,
4751
defaultToolProtocol: "native",
52+
includedTools: ["search_and_replace"],
53+
excludedTools: ["apply_diff"],
4854
preserveReasoning: true,
4955
inputPrice: 0.3,
5056
outputPrice: 1.2,

0 commit comments

Comments
 (0)