Extend ST getContext

This commit is contained in:
Cohee 2024-03-17 19:23:11 +02:00
parent c82157945e
commit 9ff9331416

View File

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