Adds slash commands for manipulating sampler parameters for the currently selected API.
Install from the URL using the extension installer.
https://github.com/SillyTavern/Extension-SamplerCommands
Gets a value of the sampling parameter. Can return either a number or a boolean depending on the type of the control.
/sampler-get temp | /echo
Sets a value of the sampling parameter. Accepts both numbers (for sliders) and boolean values (for checkboxes).
/sampler-set name=temp 1.1
AGPL-3.0