mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-17 07:00:15 +00:00
feat(ChatDB): ChatDB change name to ChatData
1.ChatDB change name to ChatData
This commit is contained in:
@@ -25,7 +25,7 @@ class Scene:
|
||||
class ChatScene(Enum):
|
||||
ChatWithDbExecute = Scene(
|
||||
code="chat_with_db_execute",
|
||||
name="Chat DB",
|
||||
name="Chat Data",
|
||||
describe="Dialogue with your private databse data through natural language.",
|
||||
param_types=["DB Select"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user