mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Clarify /setpromptentry descriptions
This commit is contained in:
		| @@ -1224,7 +1224,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ | |||||||
|         ), |         ), | ||||||
|     ], |     ], | ||||||
|     unnamedArgumentList: [ |     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], |             typeList: [ARGUMENT_TYPE.STRING], | ||||||
|             isRequired: true, |             isRequired: true, | ||||||
|             acceptsMultiple: false, |             acceptsMultiple: false, | ||||||
| @@ -1232,7 +1232,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ | |||||||
|             enumList: ['on', 'off', 'toggle'], |             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(); | registerVariableCommands(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user