mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-26 20:13:40 +00:00
多场景对架构一期
This commit is contained in:
8
pilot/scene/base.py
Normal file
8
pilot/scene/base.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from enum import Enum
|
||||
|
||||
class ChatScene(Enum):
|
||||
ChatWithDb = "chat_with_db"
|
||||
ChatExecution = "chat_execution"
|
||||
ChatKnowledge = "chat_default_knowledge"
|
||||
ChatNewKnowledge = "chat_new_knowledge"
|
||||
ChatNormal = "chat_normal"
|
Reference in New Issue
Block a user