角色增加 更新

This commit is contained in:
cherishsince
2024-04-24 17:16:19 +08:00
parent 4cc87539d8
commit c44f558e3d
4 changed files with 65 additions and 3 deletions

View File

@ -22,6 +22,7 @@ public interface ErrorCodeConstants {
ErrorCode AI_CHAT_CONTINUE_NOT_EXIST = new ErrorCode(1_022_000_020, "chat对话不存在!");;
ErrorCode AI_CHAT_ROLE_NOT_EXIST = new ErrorCode(1_022_000_020, "chatRole不存在!");;