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
parent eb1ce3dd6b
commit 413271eaa6
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 = {