Add extra field docs

b233cc248005f8efad1b71096bf6e54e19ea5770

Crow <bismuthglass@protonmail.com>

1 files changed, +4 -4Showing whitespace changes
public/scripts/world-info.js+4 -4
@@ -101,11 +101,11 @@ const KNOWN_DECORATORS = ['@@activate', '@@dont_activate'];
101 * @typedef {object} WIGlobalScanData The chat-independent data to be scanned. Each of101 * @typedef {object} WIGlobalScanData The chat-independent data to be scanned. Each of
102 * these fields can be enabled for scanning per entry.102 * these fields can be enabled for scanning per entry.
103 * @property {string} personaDescription User persona description103 * @property {string} personaDescription User persona description
104 * @property {string} characterDescription104 * @property {string} characterDescription Character description
105 * @property {string} characterPersonality105 * @property {string} characterPersonality Character personality
106 * @property {string} characterDepthPrompt106 * @property {string} characterDepthPrompt Character depth prompt (sometimes referred to as character notes)
107 * @property {string} scenario Character defined scenario107 * @property {string} scenario Character defined scenario
108 * @property {string} creatorNotes108 * @property {string} creatorNotes Character creator notes
109 */109 */
110110
111/**111/**