修改了客服状态判定的bug,更新了一下提示词提示

This commit is contained in:
Cold
2025-12-29 14:12:18 +08:00
parent a7c3c7d264
commit 1681236702
3 changed files with 14 additions and 27 deletions

View File

@@ -30,10 +30,10 @@
type="textarea"
v-model="formData.prompt"
:rows="8"
placeholder="留空则使用默认提示词,必须包含{knowledge}变量"
placeholder="留空则使用系统默认提示词模板,如:你是专业的客服顾问,请用温暖关心的语气回答用户问题..."
/>
<div style="color: #909399; font-size: 12px; margin-top: 5px;">
提示留空将使用系统默认提示词模板创建后也可通过"配置提示词"按钮修改
提示系统会自动引用知识库内容您只需专注于业务话术即可留空将使用默认模板创建后也可通过"配置提示词"按钮修改
</div>
</el-form-item>
<el-form-item label="开场白" prop="opener">