feat(event_manager): 添加 ON_NOTICE_RECEIVED 事件到默认事件列表
This commit is contained in:
@@ -433,6 +433,7 @@ class EventManager:
|
||||
EventType.AFTER_LLM,
|
||||
EventType.POST_SEND,
|
||||
EventType.AFTER_SEND,
|
||||
EventType.ON_NOTICE_RECEIVED
|
||||
]
|
||||
|
||||
for event_name in default_events:
|
||||
|
||||
Reference in New Issue
Block a user