feat:键式事件协程处理

This commit is contained in:
jxxghp
2025-07-31 17:27:15 +08:00
parent 1e61e60d73
commit aea44c1d97
5 changed files with 251 additions and 41 deletions
+1 -1
View File
@@ -794,7 +794,7 @@ class MediaChain(ChainBase):
:param org_meta: 原始元数据
"""
# 发送请求事件,等待结果
result: Event = eventmanager.send_event(
result: Event = await eventmanager.async_send_event(
ChainEventType.NameRecognize,
{
'title': title,