mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
using symbols instead
This commit is contained in:
@ -14,3 +14,9 @@ export const debounce_timeout = {
|
||||
/** [5 sec] For delayed tasks, like auto-saving or completing batch operations that need a significant pause. */
|
||||
extended: 5000,
|
||||
};
|
||||
|
||||
/*
|
||||
Used as an ephemeral key in message extra metadata.
|
||||
When set, the message will be excluded from context.
|
||||
*/
|
||||
export const IGNORE_SYMBOL = Symbol.for('ignore');
|
||||
|
Reference in New Issue
Block a user