mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-13 10:30:14 +01:00
add printMessages in st-content
so that we can use this func in extension
This commit is contained in:
parent
5c146bdd67
commit
7c72c1d9f3
@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user