feat: 完善模型能力识别与验证

- 自动识别模型类型、视觉、推理和工具能力并保留手动覆盖

- 使用 AgentScope 工具与视觉探测并统一管理端配置反馈
This commit is contained in:
2026-07-27 19:40:23 +08:00
parent 0dc5c3ca55
commit 567fd12706
21 changed files with 1059 additions and 378 deletions

View File

@@ -53,6 +53,7 @@
"groupName": "GroupName",
"provider": "供应商",
"ability": "ModelAbility",
"abilityChangeTip": "Model capabilities are detected automatically from the model ID. Change them carefully, as incorrect settings may prevent the model from working.",
"button": {
"management": "Management",
"test": "Test",
@@ -67,7 +68,7 @@
"supportTool": "Tool",
"supportAudio": "Audio",
"supportVideo": "Video",
"supportImage": "Multimodal",
"supportImage": "Vision",
"supportFree": "Free",
"supportImageB64Only": "Base64 images only",
"supportToolMessage": "SupportToolMessage"

View File

@@ -50,6 +50,7 @@
"groupName": "分组名称",
"provider": "供应商",
"ability": "模型能力",
"abilityChangeTip": "模型能力已根据模型 ID 自动识别,请谨慎修改,错误配置可能导致模型无法正常使用。",
"button": {
"management": "管理",
"test": "检测",
@@ -64,7 +65,7 @@
"supportTool": "工具",
"supportAudio": "音频",
"supportVideo": "视频",
"supportImage": "多模态",
"supportImage": "视觉",
"supportFree": "免费",
"supportImageB64Only": "仅接受 Base64 图片",
"supportToolMessage": "支持Tool消息"