This commit is contained in:
jack ning
2025-04-17 16:30:10 +08:00
parent 5fa79c9de7
commit aa0e27173b
3 changed files with 18 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
* @Author: jackning 270580156@qq.com
* @Date: 2024-05-29 16:32:15
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2025-03-27 12:56:05
* @LastEditTime: 2025-04-17 16:18:51
* @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.
@@ -29,10 +29,9 @@ public enum ThreadTypeEnum {
LOCAL(9), // 本地对话
FRIEND(10), // 好友对话
TICKET(11), // 工单对话
// 迁移到 robot type 字段
// KB(12), // 机器人-知识库对话
// KBDOC(13), // 机器人-知识库某一个文档对话
//
KB(12), // 机器人-知识库对话,后台模拟测试
KBDOC(13), // 机器人-知识库某一个文档对话,后台模拟测试
//
LLM(14), // 机器人-直接调用大模型
UNIFIED(15), // 统一客服入口