mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-26 12:04:39 +00:00
add plugin mode
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
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"
|
||||
ChatNormal = "chat_normal"
|
||||
|
Reference in New Issue
Block a user