feat: 主菜单加通用助手入口(纯通用会话,无产线插件)
This commit is contained in:
parent
44dbe1f722
commit
27973cc842
@ -98,6 +98,12 @@
|
||||
"icon": "",
|
||||
"script": "this.open_tab({name:'llm_manage',label:'模型管理',url:'/pipeline_core/llm',removable:true})"
|
||||
},
|
||||
{
|
||||
"name": "generic_agent",
|
||||
"label": "通用助手",
|
||||
"icon": "",
|
||||
"script": "this.open_tab({name:'generic_agent',label:'通用助手',url:'/pipeline_core/agent_generic',removable:true})"
|
||||
},
|
||||
{
|
||||
"name": "pipeline_sdlc",
|
||||
"label": "开发产线",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user