feature:db_summary

This commit is contained in:
aries-ckt
2023-06-01 14:02:23 +08:00
parent 3a46dfd3c2
commit b10269a550
30 changed files with 728 additions and 57 deletions

View File

@@ -8,4 +8,5 @@ class ChatScene(Enum):
ChatKnowledge = "chat_default_knowledge"
ChatNewKnowledge = "chat_new_knowledge"
ChatUrlKnowledge = "chat_url_knowledge"
InnerChatDBSummary = "inner_chat_db_summary"
ChatNormal = "chat_normal"