mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +01:00
Remove legacy bookmark messages
This commit is contained in:
parent
f5d164302b
commit
6a4ba1344f
@ -556,8 +556,6 @@ export const system_message_types = {
|
||||
GROUP: 'group',
|
||||
EMPTY: 'empty',
|
||||
GENERIC: 'generic',
|
||||
BOOKMARK_CREATED: 'bookmark_created',
|
||||
BOOKMARK_BACK: 'bookmark_back',
|
||||
NARRATOR: 'narrator',
|
||||
COMMENT: 'comment',
|
||||
SLASH_COMMANDS: 'slash_commands',
|
||||
@ -669,20 +667,6 @@ async function getSystemMessages() {
|
||||
is_system: true,
|
||||
mes: 'Generic system message. User `text` parameter to override the contents',
|
||||
},
|
||||
bookmark_created: {
|
||||
name: systemUserName,
|
||||
force_avatar: system_avatar,
|
||||
is_user: false,
|
||||
is_system: true,
|
||||
mes: 'Checkpoint created! Click here to open the checkpoint chat: <a class="bookmark_link" file_name="{0}" href="javascript:void(null);">{1}</a>',
|
||||
},
|
||||
bookmark_back: {
|
||||
name: systemUserName,
|
||||
force_avatar: system_avatar,
|
||||
is_user: false,
|
||||
is_system: true,
|
||||
mes: 'Click here to return to the previous chat: <a class="bookmark_link" file_name="{0}" href="javascript:void(null);">Return</a>',
|
||||
},
|
||||
welcome_prompt: {
|
||||
name: systemUserName,
|
||||
force_avatar: system_avatar,
|
||||
|
Loading…
x
Reference in New Issue
Block a user