mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add event type for text completion generation request settings ready
This commit is contained in:
@ -397,6 +397,7 @@ export const event_types = {
|
||||
GENERATE_BEFORE_COMBINE_PROMPTS: 'generate_before_combine_prompts',
|
||||
GROUP_MEMBER_DRAFTED: 'group_member_drafted',
|
||||
WORLD_INFO_ACTIVATED: 'world_info_activated',
|
||||
TEXT_COMPLETION_SETTINGS_READY: 'text_completion_settings_ready',
|
||||
};
|
||||
|
||||
export const eventSource = new EventEmitter();
|
||||
|
Reference in New Issue
Block a user