mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Too many lines
This commit is contained in:
@ -3,12 +3,8 @@ import { extension_settings, saveMetadataDebounced } from './extensions.js';
|
|||||||
import { executeSlashCommands, registerSlashCommand } from './slash-commands.js';
|
import { executeSlashCommands, registerSlashCommand } from './slash-commands.js';
|
||||||
import { isFalseBoolean } from './utils.js';
|
import { isFalseBoolean } from './utils.js';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const MAX_LOOPS = 100;
|
const MAX_LOOPS = 100;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function getLocalVariable(name, args = {}) {
|
function getLocalVariable(name, args = {}) {
|
||||||
if (!chat_metadata.variables) {
|
if (!chat_metadata.variables) {
|
||||||
chat_metadata.variables = {};
|
chat_metadata.variables = {};
|
||||||
|
Reference in New Issue
Block a user