| 1 | <div class="scenario_override flexFlowColumn flex-container justifyLeft"> |
| 2 | <div class="title_restorable alignItemsBaseline"> |
| 3 | <h3><span data-i18n="Chat Character Settings Override" class="margin0">Chat Character Settings Override</span></h3> |
| 4 | <div class="menu_button menu_button_icon remove_scenario_override"> |
| 5 | <i class="fa-solid fa-trash-can "></i> |
| 6 | <span data-i18n="Remove">Remove</span> |
| 7 | </div> |
| 8 | </div> |
| 9 | <div> |
| 10 | <strong data-i18n="Unique to this chat.">Unique to this chat.</strong> |
| 11 | <span data-group="true" data-i18n="All group members will use the following values instead of what is specified in their character cards.">All group members will use the following values instead of what is specified in their character cards.</span> |
| 12 | <span data-character="true" data-i18n="The following values will be used instead of the value set in the character card.">The following values will be used instead of the value set in the character card.</span> |
| 13 | <span data-i18n="Checkpoints inherit the overrides from their parent, and can be changed individually after that.">Checkpoints inherit the overrides from their parent, and can be changed individually after that.</span> |
| 14 | </div> |
| 15 | <hr> |
| 16 | <div class="wide100p flex-container flexFlowColumn"> |
| 17 | <h4 class="flex-container alignItemsBaseline"> |
| 18 | <span data-i18n="Scenario">Scenario</span> |
| 19 | <i class="editor_maximize fa-solid fa-maximize right_menu_button" data-for="chat_scenario_override" title="Expand the editor" data-i18n="[title]Expand the editor"></i> |
| 20 | </h4> |
| 21 | <div> |
| 22 | <textarea id="chat_scenario_override" class="chat_scenario text_pole" rows="6" data-i18n="[placeholder]Type Scenario here..." placeholder="Type Scenario here..."></textarea> |
| 23 | </div> |
| 24 | <h4 class="flex-container alignItemsBaseline"> |
| 25 | <span data-i18n="Examples of dialogue">Examples of dialogue</span> |
| 26 | <i class="editor_maximize fa-solid fa-maximize right_menu_button" data-for="chat_examples_override" title="Expand the editor" data-i18n="[title]Expand the editor"></i> |
| 27 | </h4> |
| 28 | <div> |
| 29 | <textarea id="chat_examples_override" class="chat_examples text_pole" rows="6" data-i18n="[placeholder]Type Example Messages here..." placeholder="Type Example Messages here..."></textarea> |
| 30 | </div> |
| 31 | <h4 class="flex-container alignItemsBaseline"> |
| 32 | <span data-i18n="Main Prompt">Main Prompt</span> |
| 33 | <small> |
| 34 | <small>—</small> |
| 35 | <i class="fa-solid fa-user-cog"></i> |
| 36 | <b data-i18n="Prefer Char. Prompt">Prefer Char. Prompt</b> |
| 37 | <span data-i18n="MUST be enabled!">MUST be enabled!</span> |
| 38 | </small> |
| 39 | <i class="editor_maximize fa-solid fa-maximize right_menu_button" data-for="chat_system_prompt_override" title="Expand the editor" data-i18n="[title]Expand the editor"></i> |
| 40 | </h4> |
| 41 | <div> |
| 42 | <textarea id="chat_system_prompt_override" class="chat_system_prompt text_pole" rows="6" data-i18n="[placeholder]Type System Prompt here..." placeholder="Type System Prompt here..."></textarea> |
| 43 | </div> |
| 44 | </div> |
| 45 | </div> |