Extend ST getContext

This commit is contained in:
Cohee 2024-03-17 19:23:11 +02:00
parent c82157945e
commit 9ff9331416
1 changed files with 3 additions and 0 deletions

View File

@ -7389,6 +7389,7 @@ window['SillyTavern'].getContext = function () {
saveReply,
registerSlashCommand: registerSlashCommand,
executeSlashCommands: executeSlashCommands,
timestampToMoment: timestampToMoment,
/**
* @deprecated Handlebars for extensions are no longer supported.
*/
@ -7402,6 +7403,8 @@ window['SillyTavern'].getContext = function () {
getTokenizerModel: getTokenizerModel,
generateQuietPrompt: generateQuietPrompt,
writeExtensionField: writeExtensionField,
getThumbnailUrl: getThumbnailUrl,
selectCharacterById: selectCharacterById,
tags: tags,
tagMap: tag_map,
menuType: menu_type,