mattergen转服务

This commit is contained in:
lzy
2025-04-02 16:24:50 +08:00
parent a77c2cd377
commit 7034566ee6
30 changed files with 656 additions and 339 deletions

View File

@@ -171,7 +171,7 @@ if __name__ == "__main__":
]
# 选择要测试的工具
tool_name = tools_to_test[5] # 测试 search_online 工具
tool_name = tools_to_test[6] # 测试 search_online 工具
# 运行测试
result = asyncio.run(test_tool(tool_name))