feat[plugin]:The plugin upload file change to be stored as a toolfile… (#18277)

This commit is contained in:
Dongyu Li 2025-04-22 13:05:42 +08:00 committed by GitHub
commit 413271eaa6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 7 deletions

View file

@ -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 = {