|
@@ -18,7 +18,7 @@ export type AgentItem = {
|
|
|
|
|
|
export const assistantList: AgentItem[] = [
|
|
|
{
|
|
|
- key: "app1",
|
|
|
+ key: "normal_ask",
|
|
|
name: "综合问答",
|
|
|
icon: icon1,
|
|
|
description: "基于LLM的智能助手,可以进行各种使用查询、知识问答等~",
|
|
@@ -41,7 +41,7 @@ export const assistantList: AgentItem[] = [
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- key: "app2",
|
|
|
+ key: "system_design",
|
|
|
name: "系统设计",
|
|
|
icon: icon2,
|
|
|
description: "可以进行各种系统方面的图形创建、使用说明,如: 流程图、系统架构图等等",
|
|
@@ -59,7 +59,7 @@ export const assistantList: AgentItem[] = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- key: "app3",
|
|
|
+ key: "data_model",
|
|
|
name: "数据模型",
|
|
|
icon: icon3,
|
|
|
description: "关于数据模型的一些问题~",
|
|
@@ -77,7 +77,7 @@ export const assistantList: AgentItem[] = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- key: "app4",
|
|
|
+ key: "page_design",
|
|
|
name: "页面设计",
|
|
|
icon: icon4,
|
|
|
description: "表单设计器方面的使用方法~",
|
|
@@ -95,7 +95,7 @@ export const assistantList: AgentItem[] = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- key: "app5",
|
|
|
+ key: "workflow_design",
|
|
|
name: "流程设计",
|
|
|
icon: icon5,
|
|
|
description: "不同流程的创建和使用",
|
|
@@ -113,7 +113,7 @@ export const assistantList: AgentItem[] = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- key: "app6",
|
|
|
+ key: "doc_generate",
|
|
|
name: "文档生成",
|
|
|
icon: icon6,
|
|
|
description: "文档管理方面的一些问题",
|