mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Refactor instruct names behavior controls (#2837)
* Refactor instruct names behavior controls Closes #2819 * Remove current persona from force names * Don't add current user name in groups * Revert to old text * Add titles to names behavior * Proper default for names_behavior
This commit is contained in:
@ -32,6 +32,7 @@ import {
|
||||
import {
|
||||
instruct_presets,
|
||||
loadInstructMode,
|
||||
names_behavior_types,
|
||||
selectInstructPreset,
|
||||
} from './instruct-mode.js';
|
||||
|
||||
@ -224,8 +225,7 @@ let power_user = {
|
||||
stop_sequence: '',
|
||||
wrap: true,
|
||||
macro: true,
|
||||
names: false,
|
||||
names_force_groups: true,
|
||||
names_behavior: names_behavior_types.FORCE,
|
||||
activation_regex: '',
|
||||
bind_to_context: false,
|
||||
user_alignment_message: '',
|
||||
|
Reference in New Issue
Block a user