Compare commits

..

No commits in common. "66f1f71a023754fd59d510fa5a8e313ea4305ee2" and "885c87160b6fd501c2ed67e9137bf82e2e39d482" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -475,8 +475,6 @@ async def process_messages(context_id: int, is_group: bool = True):
await send_split_messages(handler, message.content)
# 处理每个工具调用
new_messages.append(llm_reply)
for tool_call in message.tool_calls:
tool_name = tool_call.function.name
tool_args = json.loads(tool_call.function.arguments)

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-llmchat"
version = "0.5.2"
version = "0.5.1"
description = "Nonebot AI group chat plugin supporting multiple API preset configurations"
license = "GPL"
authors = ["FuQuan i@fuquan.moe"]