fix: handle images in Feishu streaming replies

This commit is contained in:
jxxghp
2026-05-22 20:43:54 +08:00
parent bd4d493f34
commit 052e1ca8e4
3 changed files with 494 additions and 3 deletions

View File

@@ -191,6 +191,7 @@ class FeishuModule(_ModuleBase, _MessageBase[Feishu]):
text=text,
buttons=buttons,
metadata=metadata,
chat_id=str(chat_id) if chat_id else None,
):
return True
return False