mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-30 05:53:23 +00:00
WEB API independent
This commit is contained in:
parent
7801de734c
commit
f738ddc934
@ -127,8 +127,8 @@ async def dialogue_scenes():
|
|||||||
new_modes: List[ChatScene] = [
|
new_modes: List[ChatScene] = [
|
||||||
ChatScene.ChatWithDbExecute,
|
ChatScene.ChatWithDbExecute,
|
||||||
ChatScene.ChatWithDbQA,
|
ChatScene.ChatWithDbQA,
|
||||||
ChatScene.ChatDashboard,
|
|
||||||
ChatScene.ChatKnowledge,
|
ChatScene.ChatKnowledge,
|
||||||
|
ChatScene.ChatDashboard,
|
||||||
ChatScene.ChatExecution,
|
ChatScene.ChatExecution,
|
||||||
]
|
]
|
||||||
for scene in new_modes:
|
for scene in new_modes:
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "sale_report",
|
"name": "sale_report",
|
||||||
"introduce": "",
|
"introduce": "",
|
||||||
"layout": "TODO",
|
"layout": "TODO",
|
||||||
"supported_chart_type":["HeatMap","sheet", "LineChart", "PieChart", "BarChart"],
|
"supported_chart_type":["HeatMap","sheet", "LineChart", "PieChart", "BarChart", "Scatterplot", "IndicatorValue", "Table"],
|
||||||
"key_metrics":[],
|
"key_metrics":[],
|
||||||
"trends": []
|
"trends": []
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user