mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-01 16:18:27 +00:00
feat(ChatDB): ChatDB change name to ChatData
1.ChatDB change name to ChatData
This commit is contained in:
parent
b8916a5514
commit
dcd5583315
@ -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"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user