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 官方配置中心" }