mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-31 15:47:05 +00:00
Merge remote-tracking branch 'origin/Agent_Hub_Dev' into feat_rag_graph
This commit is contained in:
commit
aad063bb03
@ -26,7 +26,7 @@ class ChatScene(Enum):
|
||||
ChatWithDbExecute = Scene(
|
||||
code="chat_with_db_execute",
|
||||
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"],
|
||||
)
|
||||
ExcelLearning = Scene(
|
||||
|
Loading…
Reference in New Issue
Block a user