From 9804073bc3b6db87ec441886cc1d885b0ddc619b Mon Sep 17 00:00:00 2001 From: suyao Date: Wed, 17 Dec 2025 17:57:11 +0800 Subject: [PATCH] fix: add tool use capability --- src/renderer/src/config/models/tooluse.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/renderer/src/config/models/tooluse.ts b/src/renderer/src/config/models/tooluse.ts index 50890aaf8d..d9d1731ece 100644 --- a/src/renderer/src/config/models/tooluse.ts +++ b/src/renderer/src/config/models/tooluse.ts @@ -30,7 +30,8 @@ export const FUNCTION_CALLING_MODELS = [ 'kimi-k2(?:-[\\w-]+)?', 'ling-\\w+(?:-[\\w-]+)?', 'ring-\\w+(?:-[\\w-]+)?', - 'minimax-m2' + 'minimax-m2', + 'mimo-v2-flash' ] as const const FUNCTION_CALLING_EXCLUDED_MODELS = [