mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Unset => Unspecified
This commit is contained in:
@@ -6113,9 +6113,12 @@
|
||||
<label for="completion_prompt_manager_popup_entry_form_role">
|
||||
<span data-i18n="Role">Role</span>
|
||||
</label>
|
||||
<div class="text_muted" data-i18n="To whom this message will be attributed.">To whom this message will be attributed.</div>
|
||||
<div class="text_muted">
|
||||
<span data-i18n="To whom this message will be attributed.">To whom this message will be attributed.</span>
|
||||
<span data-i18n="Unspecified = Prompt Manager decides.">Unspecified = Prompt Manager decides.</span>
|
||||
</div>
|
||||
<select id="completion_prompt_manager_popup_entry_form_role" class="text_pole" name="role">
|
||||
<option data-i18n="Default (unset)" value="">Default (unset)</option>
|
||||
<option data-i18n="Unspecified" value="">Unspecified</option>
|
||||
<option data-i18n="System" value="system">System</option>
|
||||
<option data-i18n="User" value="user">User</option>
|
||||
<option data-i18n="AI Assistant" value="assistant">AI Assistant</option>
|
||||
|
Reference in New Issue
Block a user