WEB API independent

This commit is contained in:
tuyang.yhj 2023-07-04 11:16:51 +08:00
parent 7801de734c
commit f738ddc934
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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": []
} }