From 5ac05972786fa34dd09f929a65f42cbdb70322a6 Mon Sep 17 00:00:00 2001 From: FuQuan233 Date: Tue, 19 May 2026 10:54:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8Dtool=5Fcall?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=9C=AA=E5=9B=9E=E4=BC=A0=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_llmchat/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nonebot_plugin_llmchat/__init__.py b/nonebot_plugin_llmchat/__init__.py index 1ac68dd..76365ae 100755 --- a/nonebot_plugin_llmchat/__init__.py +++ b/nonebot_plugin_llmchat/__init__.py @@ -496,6 +496,8 @@ async def process_messages(context_id: int, is_group: bool = True): bot_id=str(event.self_id) ) + new_messages.append(llm_reply) + new_messages.append({ "role": "tool", "tool_call_id": tool_call.id,