mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix narrator message type error
This commit is contained in:
@ -275,6 +275,7 @@ const system_message_types = {
|
||||
GENERIC: "generic",
|
||||
BOOKMARK_CREATED: "bookmark_created",
|
||||
BOOKMARK_BACK: "bookmark_back",
|
||||
NARRATOR: "narrator",
|
||||
};
|
||||
|
||||
const extension_prompt_types = {
|
||||
|
Reference in New Issue
Block a user