diff --git a/public/scripts/st-context.js b/public/scripts/st-context.js index 7846aad95..12a523f8c 100644 --- a/public/scripts/st-context.js +++ b/public/scripts/st-context.js @@ -46,6 +46,7 @@ import { updateChatMetadata, updateMessageBlock, printMessages, + clearChat, } from '../script.js'; import { extension_settings, @@ -205,6 +206,7 @@ export function getContext() { getPresetManager, getChatCompletionModel, printMessages, + clearChat, }; }