瀏覽代碼

feat: 修复 prompt

huangzhichao 4 周之前
父節點
當前提交
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}
       
     # 输出
-      只输出**回复内容**,不输出分析和延展
+      对话回复
   `
 }