Add missing machCharacterPersonality to World Info Definition
| @@ -3588,6 +3588,7 @@ export const newWorldInfoEntryDefinition = { | ||
| 3588 | 3588 | preventRecursion: { default: false, type: 'boolean' }, |
| 3589 | 3589 | matchPersonaDescription: { default: false, type: 'boolean' }, |
| 3590 | 3590 | matchCharacterDescription: { default: false, type: 'boolean' }, |
| 3591 | + matchCharacterPersonality: { default: false, type: 'boolean' }, | |
| 3591 | 3592 | matchCharacterDepthPrompt: { default: false, type: 'boolean' }, |
| 3592 | 3593 | matchScenario: { default: false, type: 'boolean' }, |
| 3593 | 3594 | matchCreatorNotes: { default: false, type: 'boolean' }, |