feat(feishu): enhance message handling with file and voice support, add reaction management

This commit is contained in:
jxxghp
2026-05-13 00:34:03 +08:00
parent 0989439d25
commit d86d24fc4f
10 changed files with 432 additions and 41 deletions
+2
View File
@@ -20,6 +20,8 @@ class MessageResponse(BaseModel):
channel: Optional[MessageChannel] = None
# 消息来源
source: Optional[str] = None
# 渠道自定义上下文(如飞书流式卡片 card_id/element_id/sequence
metadata: Optional[Dict[str, Any]] = None
# 是否发送成功
success: bool = False