Add type data for v2DataWorldInfoEntryExtensionInfos match fields

b5280bbfc789de99830960e53513d02fa550161c

Crow <bismuthglass@protonmail.com>

1 files changed, +6 -0Showing whitespace changes
public/scripts/char-data.js+6 -0
@@ -33,6 +33,12 @@
33 * @property {number} role - The specific function or purpose of the extension.33 * @property {number} role - The specific function or purpose of the extension.
34 * @property {boolean} vectorized - Indicates if the extension is optimized for vectorized processing.34 * @property {boolean} vectorized - Indicates if the extension is optimized for vectorized processing.
35 * @property {number} display_index - The order in which the extension should be displayed for user interfaces.35 * @property {number} display_index - The order in which the extension should be displayed for user interfaces.
36 * @property {boolean} match_persona_description - Wether to match against the persona description.
37 * @property {boolean} match_character_description - Wether to match against the persona description.
38 * @property {boolean} match_character_personality - Wether to match against the character personality.
39 * @property {boolean} match_character_depth_prompt - Wether to match against the character depth prompt.
40 * @property {boolean} match_scenario - Wether to match against the character scenario.
41 * @property {boolean} match_creator_notes - Wether to match against the character creator notes.
36 */42 */
3743
38/**44/**