【调整】调整AI聊天模块

This commit is contained in:
cherishsince
2024-05-07 10:45:37 +08:00
parent f86e24bb86
commit 424210066f
10 changed files with 139 additions and 81 deletions

View File

@ -30,6 +30,7 @@ public interface ErrorCodeConstants {
// role
ErrorCode AI_CHAT_ROLE_NOT_EXIST = new ErrorCode(1_022_000_060, "chatRole 不存在!");
ErrorCode AI_CHAT_ROLE_NOT_PUBLIC = new ErrorCode(1_022_000_060, "AI 角色未公开!");
// modal