This commit is contained in:
jack ning
2025-02-26 18:09:38 +08:00
parent 672f16da4d
commit a00acd149c
3 changed files with 24 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
* @Author: jackning 270580156@qq.com
* @Date: 2024-04-26 22:25:47
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2025-02-26 15:37:58
* @LastEditTime: 2025-02-26 18:00:34
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
* Please be aware of the BSL license restrictions before installing Bytedesk IM
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
@@ -91,9 +91,8 @@ public class I18Consts {
public static final String I18N_ROBOT_NAME = I18N_PREFIX + "robot.name";
public static final String I18N_ROBOT_DESCRIPTION = I18N_PREFIX + "robot.description";
public static final String I18N_ROBOT_AGENT_ASSISTANT_NICKNAME = I18N_PREFIX + "robot.agent.assistant.nickname";
// public static final String I18N_ROBOT_LLM_PROMPT = I18N_PREFIX +
// "llm.prompt";
// public static final String I18N_ROBOT_LLM_PROMPT = "角色:资深客服专家; 背景:有专业客服经验,对教育、电商、金融领域有深刻理解; 任务:根据上下文中提到的内容,对提出的问题给出有用、详细、礼貌的回答; 要求1. 解决客户提出的问题2. 安抚客户情绪3. 提升客户满意度";
public static final String I18N_ROBOT_LLM_PROMPT = "角色:资深客服专家; 背景:有专业客服经验,对教育、电商、金融领域有深刻理解; 任务:根据上下文中提到的内容,对提出的问题给出有用、详细、礼貌的回答; 要求1. 解决客户提出的问题2. 安抚客户情绪3. 提升客户满意度";
public static final String I18N_ROBOT_REPLY = I18N_PREFIX + "robot.reply";
public static final String I18N_ROBOT_NO_REPLY = I18N_PREFIX + "robot.noreply";
//