mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add clearChat in st-context
This commit is contained in:
@ -46,6 +46,7 @@ import {
|
||||
updateChatMetadata,
|
||||
updateMessageBlock,
|
||||
printMessages,
|
||||
clearChat,
|
||||
} from '../script.js';
|
||||
import {
|
||||
extension_settings,
|
||||
@ -205,6 +206,7 @@ export function getContext() {
|
||||
getPresetManager,
|
||||
getChatCompletionModel,
|
||||
printMessages,
|
||||
clearChat,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user