| 33 | 33 | * @property {number} role - The specific function or purpose of the extension. |
| 34 | 34 | * @property {boolean} vectorized - Indicates if the extension is optimized for vectorized processing. |
| 35 | 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 | */ |
| 37 | 43 | |
| 38 | 44 | /** |