mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 08:38:53 +01:00
Coalesce no name
This commit is contained in:
parent
48cd881972
commit
1e5149f209
@ -118,7 +118,7 @@ function selectSystemPromptCallback(args, name) {
|
||||
}
|
||||
|
||||
if (!name) {
|
||||
return power_user.sysprompt.name;
|
||||
return power_user.sysprompt.name ?? '';
|
||||
}
|
||||
|
||||
const quiet = isTrueBoolean(args?.quiet);
|
||||
|
Loading…
x
Reference in New Issue
Block a user