mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
r2
This commit is contained in:
@ -192,6 +192,9 @@ class ToolProviderID(GenericProviderID):
|
||||
if self.provider_name in ["jina", "siliconflow", "stepfun", "gitee_ai"]:
|
||||
self.plugin_name = f"{self.provider_name}_tool"
|
||||
|
||||
class DatasourceProviderID(GenericProviderID):
|
||||
def __init__(self, value: str, is_hardcoded: bool = False) -> None:
|
||||
super().__init__(value, is_hardcoded)
|
||||
|
||||
class PluginDependency(BaseModel):
|
||||
class Type(enum.StrEnum):
|
||||
|
||||
Reference in New Issue
Block a user