Clean-up comments

This commit is contained in:
Cohee
2025-03-27 20:46:27 +02:00
parent dac5f6910c
commit de091daa40
2 changed files with 6 additions and 5 deletions

View File

@ -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');