diff --git a/public/scripts/extensions/memory/index.js b/public/scripts/extensions/memory/index.js index a697f89da..2a2fa574d 100644 --- a/public/scripts/extensions/memory/index.js +++ b/public/scripts/extensions/memory/index.js @@ -926,5 +926,6 @@ jQuery(async function () { new SlashCommandArgument('text to summarize', [ARGUMENT_TYPE.STRING], false, false, ''), ], helpString: 'Summarizes the given text. If no text is provided, the current chat will be summarized. Can specify the source and the prompt to use.', + returns: ARGUMENT_TYPE.STRING, })); });