style: 删除分析提示词中的多余空行

This commit is contained in:
2026-01-19 17:36:52 +08:00
parent c715b24f04
commit 081fff95dd

View File

@@ -274,7 +274,6 @@ const generateAnalysis = async () => {
// 构建分析提示词,包含客户信息、补充信息和沟通记录 // 构建分析提示词,包含客户信息、补充信息和沟通记录
const analysisPrompt = `请基于以下客户信息和沟通记录进行基础信息分析: const analysisPrompt = `请基于以下客户信息和沟通记录进行基础信息分析:
客户信息: 客户信息:
姓名:${customerInfo.value.name || '未提供'} 姓名:${customerInfo.value.name || '未提供'}
孩子姓名:${customerInfo.value.child_name || '未提供'} 孩子姓名:${customerInfo.value.child_name || '未提供'}