From b29cb65cf5312e157d4522d4a719756a6eba1e35 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Thu, 11 Jun 2026 17:06:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20PromptBuilder=20=E4=B8=8D=E5=90=8C?= =?UTF-8?q?=20kind=20=E4=B9=8B=E9=97=B4=E4=BD=BF=E7=94=A8=20---=20?= =?UTF-8?q?=E5=88=86=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/prompt-builder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/prompt-builder.ts b/src/core/prompt-builder.ts index da2b9ca..aeb6039 100644 --- a/src/core/prompt-builder.ts +++ b/src/core/prompt-builder.ts @@ -57,6 +57,6 @@ export class PromptBuilder { } } - return rendered.join("\n\n"); + return rendered.join("\n---\n"); } }