mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-09 04:08:10 +00:00
feat(ChatData): ChatData change describe
1.ChatData change describe
This commit is contained in:
parent
0da65cd435
commit
fd21a3ae8f
@ -26,7 +26,7 @@ class ChatScene(Enum):
|
|||||||
ChatWithDbExecute = Scene(
|
ChatWithDbExecute = Scene(
|
||||||
code="chat_with_db_execute",
|
code="chat_with_db_execute",
|
||||||
name="Chat Data",
|
name="Chat Data",
|
||||||
describe="Dialogue with your private databse data through natural language.",
|
describe="Dialogue with your private data through natural language.",
|
||||||
param_types=["DB Select"],
|
param_types=["DB Select"],
|
||||||
)
|
)
|
||||||
ExcelLearning = Scene(
|
ExcelLearning = Scene(
|
||||||
|
Loading…
Reference in New Issue
Block a user