| 3329 | 3329 | <h4 data-i18n="Prompt Post-Processing">Prompt Post-Processing</h4> |
| 3330 | 3330 | <select id="custom_prompt_post_processing" class="text_pole" title="Applies additional processing to the prompt before sending it to the API." data-i18n="[title]Applies additional processing to the prompt before sending it to the API."> |
| 3331 | 3331 | <option data-i18n="prompt_post_processing_none" value="">None</option> |
| 3332 | 3332 | <option data-i18n="prompt_post_processing_merge" value="merge">Merge consecutive roles</option> |
| 3333 | 3333 | <option data-i18n="prompt_post_processing_semi" value="strictsemi">StrictSemi-strict (user first, alternating roles)</option> |
| 3334 | + <option data-i18n="prompt_post_processing_strict" value="strict">Strict (user first, alternating roles)</option> |
| 3334 | 3335 | </select> |
| 3335 | 3336 | </form> |
| 3336 | 3337 | <div id="01ai_form" data-source="01ai"> |