mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-06 10:54:29 +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(
|
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