支持开发热重载插件,支持独立测试函数

This commit is contained in:
2024-12-17 20:51:42 +08:00
parent 87b18c424b
commit 99c113833e
9 changed files with 211 additions and 14 deletions

View File

@ -16,3 +16,8 @@ async def generate_random_numbers(count: int) -> str:
# 该插件由MarshoAI自举编写
@on_function_call(description="重载测试")
def test_reload():
return 1