feat: 角色配置表单标题添加Tooltip鼠标悬浮提示说明

This commit is contained in:
zhuoqinglian
2026-04-02 09:45:33 +08:00
parent d89a26889c
commit 1d3afb3c9a
7 changed files with 256 additions and 21 deletions
+21 -1
View File
@@ -757,7 +757,8 @@ export default {
'roleConfig.interactionLanguage': '交互語種',
'roleConfig.vad': '語音活動檢測(VAD)',
'roleConfig.asr': '語音識別(ASR)',
'roleConfig.llm': '語言模型(LLM)',
'roleConfig.llm': '語言模型(LLM)',
'roleConfig.slm': '小參數模型(SLM)',
'roleConfig.vllm': '視覺大模型(VLLM)',
'roleConfig.tts': '語音合成(TTS)',
'roleConfig.memoryHis': '記憶',
@@ -802,6 +803,25 @@ export default {
'roleConfig.cannotPlayAudio': '無法播放音訊',
'roleConfig.audioPlayError': '播放音訊過程出錯',
// 表單欄位 Tooltip 提示說明
'roleConfig.tooltip.agentName': '設定智慧體的名稱,用於標識和識別您的AI助手',
'roleConfig.tooltip.roleTemplate': '從預設的角色模板中選擇,快速配置智慧體的基礎設定',
'roleConfig.tooltip.contextProvider': '在小智被喚醒時,獲取外部系統的資料,並將其動態注入到大模型的系統提示詞中',
'roleConfig.tooltip.roleIntroduction': '定義AI助手的角色定位、人格特徵、行為規範和專業知識背景',
'roleConfig.tooltip.memoryHis': '總結聊天記錄內容',
'roleConfig.tooltip.languageCode': '設定語言代碼,如zh-TW、en-US等,用於特定功能識別',
'roleConfig.tooltip.interactionLanguage': '設定互動語言,指定AI助手使用的主要語言進行交流',
'roleConfig.tooltip.vad': '語音活動檢測(Voice Activity Detection):檢測用戶何時開始或結束說話,用於判斷對話的開始和結束,實現打斷功能',
'roleConfig.tooltip.asr': '自動語音識別(Automatic Speech Recognition):將用戶的語音轉換為文字,是人機對話的第一步,支持多語言識別',
'roleConfig.tooltip.llm': '主語言模型(Large Language Model):AI助手的"大腦",負責理解用戶意圖、生成回答和執行各種任務',
'roleConfig.tooltip.slm': '小參數模型(Small Language Model):用於智慧體喚醒,生成記憶總結標題',
'roleConfig.tooltip.vllm': '視覺大型語言模型(Visual LLM):處理圖像和視頻理解,使AI助手能夠分析和描述攝像頭擷取的畫面內容',
'roleConfig.tooltip.intent': '意圖識別(Intent Detection):分析用戶語音或文字,判斷用戶的真實意圖,如查詢、聊天、控制設備等',
'roleConfig.tooltip.memory': '記憶模型(Memory Model):管理對話歷史的存儲和摘要,決定AI能否記住之前的對話內容,實現長期記憶功能',
'roleConfig.tooltip.tts': '語音合成(Text-to-Speech):將文字轉換為自然語音,決定AI說話的聲音、語速和語調',
'roleConfig.tooltip.language': '選擇音色所屬的語言,系統將篩選出支援該語言的可用音色',
'roleConfig.tooltip.voiceType': '選擇AI助手說話的聲音,不同音色具有不同的聲音特點和風格,部分音色支援預覽功能,點擊播放按鈕可預覽效果',
// 功能管理對話框文本
'functionDialog.title': '功能管理',
'functionDialog.unselectedFunctions': '未選功能',