refactor: PromptBuilder 不同 kind 之间使用 --- 分隔

This commit is contained in:
2026-06-11 17:06:19 +08:00
parent 098c111774
commit b29cb65cf5

View File

@@ -57,6 +57,6 @@ export class PromptBuilder {
} }
} }
return rendered.join("\n\n"); return rendered.join("\n---\n");
} }
} }