| 3373 | checkBoxElem.prop('checked', !!entry[fieldName]).trigger('input'); | 3373 | checkBoxElem.prop('checked', !!entry[fieldName]).trigger('input'); |
| 3374 | } | 3374 | } |
| 3375 | | 3375 | |
| 3376 | handleOptionalSelect("matchPersonaDescription"); | 3376 | handleOptionalSelect('matchPersonaDescription'); |
| 3377 | handleOptionalSelect("matchCharacterDescription"); | 3377 | handleOptionalSelect('matchCharacterDescription'); |
| 3378 | handleOptionalSelect("matchCharacterPersonality"); | 3378 | handleOptionalSelect('matchCharacterPersonality'); |
| 3379 | handleOptionalSelect("matchCharacterDepthPrompt"); | 3379 | handleOptionalSelect('matchCharacterDepthPrompt'); |
| 3380 | handleOptionalSelect("matchScenario"); | 3380 | handleOptionalSelect('matchScenario'); |
| 3381 | handleOptionalSelect("matchCreatorNotes"); | 3381 | handleOptionalSelect('matchCreatorNotes'); |
| 3382 | | 3382 | |
| 3383 | // automation id | 3383 | // automation id |
| 3384 | const automationIdInput = template.find('input[name="automationId"]'); | 3384 | const automationIdInput = template.find('input[name="automationId"]'); |