fix: 智能体唤醒后消息发送问题

This commit is contained in:
jxxghp
2026-04-02 19:23:40 +08:00
parent 1f526adbe7
commit 244112be5c
2 changed files with 40 additions and 36 deletions

View File

@@ -580,7 +580,7 @@ class MessageChain(ChainBase):
total = len(cache_list)
# 加一页
cache_list = cache_list[
(_current_page + 1) * self._page_size : (_current_page + 2)
(_current_page + 1) * self._page_size: (_current_page + 2)
* self._page_size
]
if not cache_list: