@@ -185,10 +185,10 @@ export function conversation(profile, intente, chat, historyChat = '') {
• 用户画像:${profile || '无'}
• 当前用户意图:${intente || '无'}
• 历史对话:${historyChat || '无'}
- • ${chat}
+ • 当前对话:${chat}
# 输出
- 只输出**回复内容**,不输出分析和延展
+ 对话回复
`
}