فهرست منبع

feat: 修复 prompt

huangzhichao 2 ماه پیش
والد
کامیت
46a2cf6c15
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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}
       
     # 输出
-      只输出**回复内容**,不输出分析和延展
+      对话回复
   `
 }