From 435060784ee0c846a6f2b975a84e00944e5fc987 Mon Sep 17 00:00:00 2001 From: Alpaca4610 Date: Sun, 23 Mar 2025 14:54:42 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20LLM=E8=B0=83?= =?UTF-8?q?=E7=94=A8nonebot=E6=8F=92=E4=BB=B6=20(#3379)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/plugins.json5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index ebee8af9..5a38f57e 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -8540,4 +8540,20 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_llm_plugins_call", + "project_link": "nonebot-plugin-llm-plugins-call", + "author_id": 16055526, + "tags": [ + { + "label": "AI", + "color": "#ea5252" + }, + { + "label": "工具调用", + "color": "#586fd9" + } + ], + "is_official": false + }, ]