| 101 | 101 | * @typedef {object} WIGlobalScanData The chat-independent data to be scanned. Each of |
| 102 | 102 | * these fields can be enabled for scanning per entry. |
| 103 | 103 | * @property {string} personaDescription User persona description |
| 104 | 104 | * @property {string} characterDescription Character description |
| 105 | 105 | * @property {string} characterPersonality Character personality |
| 106 | 106 | * @property {string} characterDepthPrompt Character depth prompt (sometimes referred to as character notes) |
| 107 | 107 | * @property {string} scenario Character defined scenario |
| 108 | 108 | * @property {string} creatorNotes Character creator notes |
| 109 | 109 | */ |
| 110 | 110 | |
| 111 | 111 | /** |