mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2026-06-28 00:02:04 +00:00
Compare commits
No commits in common. "66f1f71a023754fd59d510fa5a8e313ea4305ee2" and "885c87160b6fd501c2ed67e9137bf82e2e39d482" have entirely different histories.
66f1f71a02
...
885c87160b
2 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue