diff --git a/packages/core/Prompt.ts b/packages/core/Prompt.ts
index 741e08f0027d889915fad8d0371a82d4c7d59412..94d329d34b0efa2817d76f6035edecbf5ea3448b 100644
--- a/packages/core/Prompt.ts
+++ b/packages/core/Prompt.ts
@@ -50,7 +50,7 @@ export const defaultSummaryPrompt: Prompt = (input: {
   return `Write a summary of the following. Try to use only the information provided. Try to include as many key details as possible.
 
 
-${input.context}
+${context}
 
 
 SUMMARY:"""