fix: get tool provider (#13958)

This commit is contained in:
Yeuoly
2025-02-18 20:18:36 +08:00
committed by GitHub
parent 899f7e125f
commit 15a56f705f
2 changed files with 3 additions and 3 deletions

View File

@@ -180,7 +180,7 @@ class ToolProviderID(GenericProviderID):
def __init__(self, value: str, is_hardcoded: bool = False) -> None:
super().__init__(value, is_hardcoded)
if self.organization == "langgenius":
if self.provider_name in ["jina", "siliconflow"]:
if self.provider_name in ["jina", "siliconflow", "stepfun"]:
self.plugin_name = f"{self.provider_name}_tool"