修改了客服状态判定的bug,更新了一下提示词提示
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user