mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Clean-up comments
This commit is contained in:
@ -15,9 +15,10 @@ export const debounce_timeout = {
|
||||
extended: 5000,
|
||||
};
|
||||
|
||||
/*
|
||||
Used as an ephemeral key in message extra metadata.
|
||||
When set, the message will be excluded from generation prompts without affecting the number of chat messages,
|
||||
which is needed to preserve world info timed effects.
|
||||
/**
|
||||
* Used as an ephemeral key in message extra metadata.
|
||||
* When set, the message will be excluded from generation
|
||||
* prompts without affecting the number of chat messages,
|
||||
* which is needed to preserve world info timed effects.
|
||||
*/
|
||||
export const IGNORE_SYMBOL = Symbol.for('ignore');
|
||||
|
Reference in New Issue
Block a user