mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-29 21:26:05 +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] = [
|
||||
ChatScene.ChatWithDbExecute,
|
||||
ChatScene.ChatWithDbQA,
|
||||
ChatScene.ChatDashboard,
|
||||
ChatScene.ChatKnowledge,
|
||||
ChatScene.ChatDashboard,
|
||||
ChatScene.ChatExecution,
|
||||
]
|
||||
for scene in new_modes:
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "sale_report",
|
||||
"introduce": "",
|
||||
"layout": "TODO",
|
||||
"supported_chart_type":["HeatMap","sheet", "LineChart", "PieChart", "BarChart"],
|
||||
"supported_chart_type":["HeatMap","sheet", "LineChart", "PieChart", "BarChart", "Scatterplot", "IndicatorValue", "Table"],
|
||||
"key_metrics":[],
|
||||
"trends": []
|
||||
}
|
Loading…
Reference in New Issue
Block a user