feat: 聊天对话支持使用技能

This commit is contained in:
digua
2026-03-15 14:01:43 +08:00
committed by digua
parent 95fc70ae4b
commit 7a1a9fc2b1
43 changed files with 9033 additions and 7190 deletions

View File

@@ -186,6 +186,11 @@
"exportSettings": {
"title": "匯出設定"
},
"skillSettings": {
"title": "技能設定",
"enableAutoSkill": "AI 自主選擇技能",
"enableAutoSkillDesc": "啟用後AI 會根據使用者的問題自動匹配並啟用合適的分析技能;關閉後僅在手動選擇技能時生效"
},
"maxMessages": {
"title": "傳送條數限制",
"description": "每次提交給 AI 的最大訊息數,數值越大 Token 消耗越多分析也更準確新手建議2000"