mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add debug functions menu
This commit is contained in:
@ -70,6 +70,7 @@ import {
|
||||
MAX_CONTEXT_DEFAULT,
|
||||
renderStoryString,
|
||||
sortEntitiesList,
|
||||
registerDebugFunction,
|
||||
} from "./scripts/power-user.js";
|
||||
|
||||
import {
|
||||
@ -6658,6 +6659,7 @@ window["SillyTavern"].getContext = function () {
|
||||
saveReply,
|
||||
registerSlashCommand: registerSlashCommand,
|
||||
registerHelper: registerExtensionHelper,
|
||||
registedDebugFunction: registerDebugFunction,
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user