Merge pull request #3580 from AyeeMinerva/staging

add printMessages in st-context.getContext()
This commit is contained in:
Cohee
2025-02-28 09:43:47 +02:00
committed by GitHub

View File

@@ -45,6 +45,8 @@ import {
this_chid,
updateChatMetadata,
updateMessageBlock,
printMessages,
clearChat,
} from '../script.js';
import {
extension_settings,
@@ -203,6 +205,8 @@ export function getContext() {
extractMessageFromData,
getPresetManager,
getChatCompletionModel,
printMessages,
clearChat,
};
}