mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 08:38:53 +01:00
Extend ST getContext
This commit is contained in:
parent
c82157945e
commit
9ff9331416
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user