From 0a58ab2757a203caeecb036e5b3fecd5b1f58403 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 6 Feb 2026 21:40:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=E5=A4=9A=E4=B8=AA=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=85=8D=E7=BD=AE=E5=90=AF=E7=94=A8=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为多个模型配置启用工具调用功能 --- opencode.jsonc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opencode.jsonc b/opencode.jsonc index 7abe7dd..b8a6b50 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -17,6 +17,7 @@ "models": { "claude-opus-4-5": { "name": "Claude Opus 4.5", + "tool_call": true, "reasoning": true, "modalities": { "input": ["text", "image", "pdf"], @@ -26,6 +27,7 @@ }, "claude-sonnet-4-5": { "name": "Claude Sonnet 4.5", + "tool_call": true, "reasoning": false, "modalities": { "input": ["text", "image", "pdf"], @@ -45,6 +47,7 @@ "models": { "gemini-3-pro": { "name": "Gemini 3 Pro", + "tool_call": true, "reasoning": true, "modalities": { "input": ["text", "image", "video", "audio", "pdf"], @@ -54,6 +57,7 @@ }, "gemini-3-flash": { "name": "Gemini 3 Flash", + "tool_call": true, "reasoning": true, "modalities": { "input": ["text", "image", "video", "audio", "pdf"],