From 55f948a7259932259527de49bee2d34545fb2058 Mon Sep 17 00:00:00 2001 From: xyx <124608760@qq.com> Date: Thu, 28 May 2026 14:49:07 +0800 Subject: [PATCH] fix: mark internal testing models as tool-capable (#27) --- compute/providers/internal-testing.json | 15 ++++++++++----- manifest.json | 4 ++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 14a53fa..55913df 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -94,7 +94,8 @@ "capabilities": [ "chat", "reasoning", - "code" + "code", + "tool_use" ], "inputPrice": 0, "outputPrice": 0, @@ -114,7 +115,8 @@ "capabilities": [ "chat", "reasoning", - "code" + "code", + "tool_use" ], "inputPrice": 0, "outputPrice": 0, @@ -157,7 +159,8 @@ "capabilities": [ "chat", "reasoning", - "code" + "code", + "tool_use" ], "inputPrice": 0, "outputPrice": 0, @@ -177,7 +180,8 @@ "capabilities": [ "chat", "reasoning", - "code" + "code", + "tool_use" ], "inputPrice": 0, "outputPrice": 0, @@ -383,7 +387,8 @@ "capabilities": [ "chat", "reasoning", - "code" + "code", + "tool_use" ], "inputPrice": 0, "outputPrice": 0, diff --git a/manifest.json b/manifest.json index 8667e10..e018bcb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 51, - "updatedAt": "2026-05-23", + "presetDataVersion": 52, + "updatedAt": "2026-05-26", "description": "DesireCore 官方配置中心" }