Add new popup to extensions API
This commit is contained in:
parent
b461c6f0bb
commit
d4f428d4bc
|
@ -211,6 +211,7 @@ import { loadMancerModels, loadOllamaModels, loadTogetherAIModels, loadInfermati
|
||||||
import { appendFileContent, hasPendingFileAttachment, populateFileAttachment, decodeStyleTags, encodeStyleTags, isExternalMediaAllowed, getCurrentEntityId } from './scripts/chats.js';
|
import { appendFileContent, hasPendingFileAttachment, populateFileAttachment, decodeStyleTags, encodeStyleTags, isExternalMediaAllowed, getCurrentEntityId } from './scripts/chats.js';
|
||||||
import { initPresetManager } from './scripts/preset-manager.js';
|
import { initPresetManager } from './scripts/preset-manager.js';
|
||||||
import { evaluateMacros } from './scripts/macros.js';
|
import { evaluateMacros } from './scripts/macros.js';
|
||||||
|
import { callGenericPopup } from './scripts/popup.js';
|
||||||
|
|
||||||
//exporting functions and vars for mods
|
//exporting functions and vars for mods
|
||||||
export {
|
export {
|
||||||
|
@ -7808,6 +7809,7 @@ window['SillyTavern'].getContext = function () {
|
||||||
registedDebugFunction: registerDebugFunction,
|
registedDebugFunction: registerDebugFunction,
|
||||||
renderExtensionTemplate: renderExtensionTemplate,
|
renderExtensionTemplate: renderExtensionTemplate,
|
||||||
callPopup: callPopup,
|
callPopup: callPopup,
|
||||||
|
callGenericPopup: callGenericPopup,
|
||||||
mainApi: main_api,
|
mainApi: main_api,
|
||||||
extensionSettings: extension_settings,
|
extensionSettings: extension_settings,
|
||||||
ModuleWorkerWrapper: ModuleWorkerWrapper,
|
ModuleWorkerWrapper: ModuleWorkerWrapper,
|
||||||
|
|
Loading…
Reference in New Issue