[Feature Request] Make "Instruct i/o sequence macro replacing" optional SillyTavern/SillyTavern#546

This commit is contained in:
Cohee
2023-06-21 14:54:36 +03:00
parent df4586811d
commit 8d6e6de200
2 changed files with 17 additions and 12 deletions

View File

@@ -1654,6 +1654,10 @@
<input id="instruct_wrap" type="checkbox" />
<span data-i18n="Wrap Sequences with Newline">Wrap Sequences with Newline</span>
</label>
<label for="instruct_macro" class="checkbox_label">
<input id="instruct_macro" type="checkbox" />
<span data-i18n="Replace Macro is Sequences">Replace Macro is Sequences</span>
</label>
<label for="instruct_names" class="checkbox_label">
<input id="instruct_names" type="checkbox" />
<span data-i18n="Include Names">Include Names</span>