mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
feat[plugin]:The plugin upload file change to be stored as a toolfile… (#18277)
This commit is contained in:
@ -19,6 +19,7 @@ file_fields = {
|
||||
"mime_type": fields.String,
|
||||
"created_by": fields.String,
|
||||
"created_at": TimestampField,
|
||||
"preview_url": fields.String,
|
||||
}
|
||||
|
||||
remote_file_info_fields = {
|
||||
|
||||
Reference in New Issue
Block a user