mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add printMessages in st-content
so that we can use this func in extension
This commit is contained in:
@ -45,6 +45,7 @@ import {
|
||||
this_chid,
|
||||
updateChatMetadata,
|
||||
updateMessageBlock,
|
||||
printMessages,
|
||||
} from '../script.js';
|
||||
import {
|
||||
extension_settings,
|
||||
@ -203,6 +204,7 @@ export function getContext() {
|
||||
extractMessageFromData,
|
||||
getPresetManager,
|
||||
getChatCompletionModel,
|
||||
printMessages,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user