Clarify /setpromptentry descriptions

This commit is contained in:
splitclover 2024-06-16 04:43:45 +02:00 committed by GitHub
parent 716d407753
commit e5ba96d6aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1224,7 +1224,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({
),
],
unnamedArgumentList: [
SlashCommandArgument.fromProps({ description: 'Set entry/entries on or off',
SlashCommandArgument.fromProps({ description: 'Set entry/entries on, off or toggle current state',
typeList: [ARGUMENT_TYPE.STRING],
isRequired: true,
acceptsMultiple: false,
@ -1232,7 +1232,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({
enumList: ['on', 'off', 'toggle'],
}),
],
helpString: 'Sets the model for the current API. Gets the current model name if no argument is provided.',
helpString: 'Sets or toggles individual chat completion prompt entries.',
}));
registerVariableCommands();