adding comments

This commit is contained in:
qvink
2025-03-27 09:40:42 -06:00
parent 1dcd837eb1
commit dac5f6910c
3 changed files with 5 additions and 4 deletions

View File

@ -17,6 +17,7 @@ export const debounce_timeout = {
/*
Used as an ephemeral key in message extra metadata.
When set, the message will be excluded from context.
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');