소스 검색

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}
       
     # 输出
-      只输出**回复内容**,不输出分析和延展
+      对话回复
   `
 }