Initial qiwei secondary development handoff
This commit is contained in:
69
config/materials/materials.json
Normal file
69
config/materials/materials.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"materials": [
|
||||
{
|
||||
"id": "cat-image",
|
||||
"title": "猫猫图片",
|
||||
"keywords": [
|
||||
"猫猫图片",
|
||||
"图片",
|
||||
"看图",
|
||||
"示意图"
|
||||
],
|
||||
"questionPatterns": [
|
||||
"有没有图片",
|
||||
"发图片",
|
||||
"看一下图片",
|
||||
"图示"
|
||||
],
|
||||
"materialType": "image",
|
||||
"path": "猫猫图片.jpg",
|
||||
"caption": "我把图片发你。",
|
||||
"priority": 3,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "after-sales-sheet",
|
||||
"title": "售后问题库",
|
||||
"keywords": [
|
||||
"售后问题库",
|
||||
"问题库",
|
||||
"售后表",
|
||||
"处理表",
|
||||
"问题清单"
|
||||
],
|
||||
"questionPatterns": [
|
||||
"有没有问题表",
|
||||
"发我问题表",
|
||||
"售后问题怎么处理",
|
||||
"处理流程"
|
||||
],
|
||||
"materialType": "file",
|
||||
"path": "售后问题库_2026-05-30_1629.xlsx",
|
||||
"caption": "我把售后问题表发你。",
|
||||
"priority": 2,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "scheme-template",
|
||||
"title": "方案模板",
|
||||
"keywords": [
|
||||
"方案模板",
|
||||
"方案",
|
||||
"模板",
|
||||
"文档",
|
||||
"资料"
|
||||
],
|
||||
"questionPatterns": [
|
||||
"发我方案",
|
||||
"有没有方案",
|
||||
"发个模板",
|
||||
"给我文档"
|
||||
],
|
||||
"materialType": "file",
|
||||
"path": "方案模板.docx",
|
||||
"caption": "我把方案模板发你。",
|
||||
"priority": 2,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user