mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Extend WI control limits
This commit is contained in:
@@ -2802,18 +2802,33 @@
|
|||||||
<div class="gap5px world_entry_thin_controls wide100p">
|
<div class="gap5px world_entry_thin_controls wide100p">
|
||||||
<div class="world_entry_form_control">
|
<div class="world_entry_form_control">
|
||||||
<label for="key">
|
<label for="key">
|
||||||
<h4><span data-i18n="Keywords">Keywords</span></h4>
|
<h4>
|
||||||
<small><span data-i18n="Separate with commas">Separate with commas</span></small>
|
<span data-i18n="Keywords">
|
||||||
|
Keywords
|
||||||
|
</span>
|
||||||
|
</h4>
|
||||||
|
<small>
|
||||||
|
<span data-i18n="Separate with commas">
|
||||||
|
Separate with commas
|
||||||
|
</span>
|
||||||
|
</small>
|
||||||
</label>
|
</label>
|
||||||
<textarea class="text_pole keyprimarytextpole" name="key" rows="1" placeholder="" maxlength="250"></textarea>
|
<textarea class="text_pole keyprimarytextpole" name="key" rows="1" placeholder="" maxlength="1000"></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="world_entry_form_control keysecondary">
|
<div class="world_entry_form_control keysecondary">
|
||||||
<label for="keysecondary">
|
<label for="keysecondary">
|
||||||
<h4><span data-i18n="Secondary Required Keywords">Secondary Required Keywords</span>
|
<h4>
|
||||||
|
<span data-i18n="Secondary Required Keywords">
|
||||||
|
Secondary Required Keywords
|
||||||
|
</span>
|
||||||
</h4>
|
</h4>
|
||||||
<small><span data-i18n="Separate with commas">Separate with commas</span></small>
|
<small>
|
||||||
|
<span data-i18n="Separate with commas">
|
||||||
|
Separate with commas
|
||||||
|
</span>
|
||||||
|
</small>
|
||||||
</label>
|
</label>
|
||||||
<textarea class="text_pole keysecondarytextpole" name="keysecondary" rows="1" placeholder="(secondary keywords here)" maxlength="250"></textarea>
|
<textarea class="text_pole keysecondarytextpole" name="keysecondary" rows="1" placeholder="(secondary keywords here)" maxlength="1000"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="fa-solid fa-circle-chevron-down inline-drawer-icon down"></div>
|
<div class="fa-solid fa-circle-chevron-down inline-drawer-icon down"></div>
|
||||||
@@ -2822,9 +2837,16 @@
|
|||||||
<div class="world_entry_thin_controls wide100p">
|
<div class="world_entry_thin_controls wide100p">
|
||||||
<div class="world_entry_form_control">
|
<div class="world_entry_form_control">
|
||||||
<label for="content ">
|
<label for="content ">
|
||||||
<h4><span data-i18n="Content">Content</span></h4>
|
<h4>
|
||||||
<small><span data-i18n="What this keyword should mean to the AI">What this keyword
|
<span data-i18n="Content">
|
||||||
should mean to the AI</span></small>
|
Content
|
||||||
|
</span>
|
||||||
|
</h4>
|
||||||
|
<small>
|
||||||
|
<span data-i18n="What this keyword should mean to the AI">
|
||||||
|
What this keyword should mean to the AI
|
||||||
|
</span>
|
||||||
|
</small>
|
||||||
</label>
|
</label>
|
||||||
<textarea class="text_pole" name="content" rows="4" placeholder=""></textarea>
|
<textarea class="text_pole" name="content" rows="4" placeholder=""></textarea>
|
||||||
</div>
|
</div>
|
||||||
@@ -2833,10 +2855,18 @@
|
|||||||
|
|
||||||
<div class="world_entry_form_control">
|
<div class="world_entry_form_control">
|
||||||
<label for="comment">
|
<label for="comment">
|
||||||
<h4><span data-i18n="Memo/Note">Memo/Note</span></h4>
|
<h4>
|
||||||
<small><span data-i18n="Not sent to AI">Not sent to AI</span></small>
|
<span data-i18n="Memo/Note">
|
||||||
|
Memo/Note
|
||||||
|
</span>
|
||||||
|
</h4>
|
||||||
|
<small>
|
||||||
|
<span data-i18n="Not sent to AI">
|
||||||
|
Not sent to AI
|
||||||
|
</span>
|
||||||
|
</small>
|
||||||
</label>
|
</label>
|
||||||
<textarea class="text_pole" rows="1" name="comment" maxlength="250"></textarea>
|
<textarea class="text_pole" rows="1" name="comment" maxlength="2000"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-container flex1 justifySpaceBetween world_entry_form_horizontal">
|
<div class="flex-container flex1 justifySpaceBetween world_entry_form_horizontal">
|
||||||
|
Reference in New Issue
Block a user