fix: update tool provider credentials

This commit is contained in:
Yeuoly
2024-12-03 16:28:36 +08:00
parent 632b2bac2a
commit c34877aecf
6 changed files with 31 additions and 1721 deletions

View File

@ -1,6 +1,7 @@
from pydantic import BaseModel
from core.file.constants import FILE_MODEL_IDENTITY
from core.file.enums import FileType
class PluginFileEntity(BaseModel):
@ -9,4 +10,6 @@ class PluginFileEntity(BaseModel):
"""
dify_model_identity: str = FILE_MODEL_IDENTITY
mime_type: str | None
type: FileType
url: str