| 308 | await autoExec.handleNewChat(); | 308 | await autoExec.handleNewChat(); |
| 309 | }; | 309 | }; |
| 310 | eventSource.on(event_types.CHAT_CREATED, (...args) => executeIfReadyElseQueue(onNewChat, args)); | 310 | eventSource.on(event_types.CHAT_CREATED, (...args) => executeIfReadyElseQueue(onNewChat, args)); |
| | 311 | eventSource.on(event_types.GROUP_CHAT_CREATED, (...args) => executeIfReadyElseQueue(onNewChat, args)); |
| 311 | | 312 | |
| 312 | const onBeforeGeneration = async (_generationType, _options = {}, isDryRun = false) => { | 313 | const onBeforeGeneration = async (_generationType, _options = {}, isDryRun = false) => { |
| 313 | if (isDryRun) { | 314 | if (isDryRun) { |