ESLint and JSDoc fixes

This commit is contained in:
Cohee
2024-10-04 10:34:17 +00:00
parent c3c10a629e
commit 4a2989718c
2 changed files with 27 additions and 17 deletions

View File

@ -8180,6 +8180,8 @@ window['SillyTavern'].getContext = function () {
unregisterMacro: MacrosParser.unregisterMacro.bind(MacrosParser),
registerFunctionTool: ToolManager.registerFunctionTool.bind(ToolManager),
unregisterFunctionTool: ToolManager.unregisterFunctionTool.bind(ToolManager),
isToolCallingSupported: ToolManager.isToolCallingSupported.bind(ToolManager),
canPerformToolCalls: ToolManager.canPerformToolCalls.bind(ToolManager),
registerDebugFunction: registerDebugFunction,
/** @deprecated Use renderExtensionTemplateAsync instead. */
renderExtensionTemplate: renderExtensionTemplate,