aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/shared/prompts.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/shared/prompts.ts b/packages/shared/prompts.ts
index d741030a..82c9ba6e 100644
--- a/packages/shared/prompts.ts
+++ b/packages/shared/prompts.ts
@@ -57,7 +57,7 @@ export function buildSummaryPrompt(
contextLength: number,
) {
const constructPrompt = (c: string) => `
- Summarize the following content in a 3-4 sentences in ${lang}:
+ Summarize the following content in 3-4 sentences in ${lang}, responding ONLY with the summary:
${c}`;
const promptSize = calculateNumTokens(constructPrompt(""));