mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-04-29 13:42:45 +08:00
feat: add skills and upgrade feishu/dingtalk channel
This commit is contained in:
14
skills/linkai-agent/config.json.template
Normal file
14
skills/linkai-agent/config.json.template
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"app_code": "your_app_code_2",
|
||||
"app_name": "知识库助手",
|
||||
"app_description": "基于特定领域知识库提供智能问答的知识助手"
|
||||
},
|
||||
{
|
||||
"app_code": "your_workflow_code",
|
||||
"app_name": "数据分析工作流",
|
||||
"app_description": "用于数据分析任务的工作流程"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user