diff --git a/modules/story-summary/story-summary.js b/modules/story-summary/story-summary.js index 9bd7280..a8fb30d 100644 --- a/modules/story-summary/story-summary.js +++ b/modules/story-summary/story-summary.js @@ -1048,11 +1048,11 @@ function updateSummaryExtensionPrompt() { let depth = length - lastIdx - 1; if (depth < 0) depth = 0; - + depth = 1000; extension_prompts[SUMMARY_PROMPT_KEY] = { value: text, position: extension_prompt_types.IN_CHAT, - 1000, + depth, role: extension_prompt_roles.ASSISTANT, }; }