mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Specify JSON in /var help
This commit is contained in:
@ -2086,7 +2086,7 @@ export function registerVariableCommands() {
|
|||||||
splitUnnamedArgumentCount: 1,
|
splitUnnamedArgumentCount: 1,
|
||||||
helpString: `
|
helpString: `
|
||||||
<div>
|
<div>
|
||||||
Get or set a variable. Use <code>index</code> to access elements of a list or dictionary.
|
Get or set a variable. Use <code>index</code> to access elements of a JSON-serialized list or dictionary.
|
||||||
To convert the value to a specific JSON type when using with <code>index</code>, use the <code>as</code> argument.
|
To convert the value to a specific JSON type when using with <code>index</code>, use the <code>as</code> argument.
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
Reference in New Issue
Block a user