Browse Source

feat: 修复 prompt

huangzhichao 4 tuần trước cách đây
mục cha
commit
46a2cf6c15
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/utils/prompt.util.ts

+ 2 - 2
src/utils/prompt.util.ts

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