docs: update docstrings for message metadata and reply fields; fix markdown capability check in format instructions; improve streaming card update logic in Feishu

This commit is contained in:
jxxghp
2026-05-13 08:36:27 +08:00
parent 7b4cb2097b
commit 19526146c5
4 changed files with 13 additions and 8 deletions

View File

@@ -162,6 +162,8 @@ class StreamingHandler:
:param user_id: 用户ID
:param username: 用户名
:param title: 消息标题
:param original_message_id: 原始消息ID如果是回复消息
:param original_chat_id: 原始聊天ID如果是回复消息
"""
self._channel = channel
self._source = source