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