删除配置提示词按钮,修改在editAccount中直接修改提示词和开场白

This commit is contained in:
Cold
2026-01-05 10:55:26 +08:00
parent d718129699
commit 6209c9a61e
5 changed files with 7 additions and 24 deletions

View File

@@ -33,7 +33,7 @@
placeholder="留空则使用系统默认提示词模板,如:你是专业的客服顾问,请用温暖关心的语气回答用户问题..."
/>
<div style="color: #909399; font-size: 12px; margin-top: 5px;">
提示系统会自动引用知识库内容您只需专注于业务话术即可留空将使用默认模板创建后也可通过"配置提示词"按钮修改
提示系统会自动引用知识库内容您只需专注于业务话术即可留空将使用默认模板创建后也可在此修改
</div>
</el-form-item>
<el-form-item label="开场白" prop="opener">
@@ -46,7 +46,7 @@
show-word-limit
/>
<div style="color: #909399; font-size: 12px; margin-top: 5px;">
提示留空将使用默认开场白创建后也可通过"配置提示词"按钮修改
提示留空将使用默认开场白创建后也可在此修改
</div>
</el-form-item>
</el-collapse-item>