mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add updateMessageBlock and appendMediaToMessage to getContext
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import {
|
||||
activateSendButtons,
|
||||
addOneMessage,
|
||||
appendMediaToMessage,
|
||||
callPopup,
|
||||
characters,
|
||||
chat,
|
||||
@ -41,6 +42,7 @@ import {
|
||||
substituteParamsExtended,
|
||||
this_chid,
|
||||
updateChatMetadata,
|
||||
updateMessageBlock,
|
||||
} from '../script.js';
|
||||
import {
|
||||
extension_settings,
|
||||
@ -171,6 +173,8 @@ export function getContext() {
|
||||
getCharacters,
|
||||
uuidv4,
|
||||
humanizedDateTime,
|
||||
updateMessageBlock,
|
||||
appendMediaToMessage,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user