【新增】AI 知识库管理

This commit is contained in:
xiaoxin
2024-08-15 11:28:02 +08:00
parent b453856864
commit b4af042c64
21 changed files with 497 additions and 23 deletions

View File

@ -50,4 +50,8 @@ public interface ErrorCodeConstants {
ErrorCode WRITE_NOT_EXISTS = new ErrorCode(1_022_007_000, "作文不存在!");
ErrorCode WRITE_STREAM_ERROR = new ErrorCode(1_022_07_001, "写作生成异常!");
// ========== API 知识库 1-022-008-000 ==========
ErrorCode KNOWLEDGE_NOT_EXISTS = new ErrorCode(1_022_008_000, "知识库不存在!");
}