Unset => Unspecified

This commit is contained in:
Cohee
2024-12-31 21:08:42 +02:00
parent f43f057b07
commit 8a55cd776f

View File

@@ -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>