diff --git a/public/scripts/reasoning.js b/public/scripts/reasoning.js index 26f276600..a97deda73 100644 --- a/public/scripts/reasoning.js +++ b/public/scripts/reasoning.js @@ -117,6 +117,7 @@ function loadReasoningSettings() { function registerReasoningSlashCommands() { SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'reasoning-get', + aliases: ['get-reasoning'], returns: ARGUMENT_TYPE.STRING, helpString: t`Get the contents of a reasoning block of a message. Returns an empty string if the message does not have a reasoning block.`, unnamedArgumentList: [ @@ -136,6 +137,7 @@ function registerReasoningSlashCommands() { SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'reasoning-set', + aliases: ['set-reasoning'], returns: ARGUMENT_TYPE.STRING, helpString: t`Set the reasoning block of a message. Returns the reasoning block content.`, namedArgumentList: [ @@ -170,6 +172,7 @@ function registerReasoningSlashCommands() { SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'reasoning-parse', + aliases: ['parse-reasoning'], returns: 'reasoning string', helpString: t`Extracts the reasoning block from a string using the Reasoning Formatting settings.`, namedArgumentList: [