1
0
mirror of https://github.com/SillyTavern/SillyTavern.git synced 2025-04-03 21:51:04 +02:00

add printMessages in st-content

so that we can use this func in extension
This commit is contained in:
AyeeMinerva 2025-02-28 12:31:25 +08:00
parent 5c146bdd67
commit 7c72c1d9f3

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