mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-05 02:20:08 +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):
|
class ChatScene(Enum):
|
||||||
ChatWithDbExecute = Scene(
|
ChatWithDbExecute = Scene(
|
||||||
code="chat_with_db_execute",
|
code="chat_with_db_execute",
|
||||||
name="Chat DB",
|
name="Chat Data",
|
||||||
describe="Dialogue with your private databse data through natural language.",
|
describe="Dialogue with your private databse data through natural language.",
|
||||||
param_types=["DB Select"],
|
param_types=["DB Select"],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user