fix re-run CI

This commit is contained in:
hejl 2024-11-02 21:42:57 +08:00
parent 074746cfd2
commit a7b175ce09

View File

@ -234,6 +234,7 @@ class ToolManager:
) -> Tool: ) -> Tool:
""" """
get the agent tool runtime get the agent tool runtime
""" """
tool_entity = cls.get_tool_runtime( tool_entity = cls.get_tool_runtime(
provider_type=agent_tool.provider_type, provider_type=agent_tool.provider_type,