feat(api): Enhance multi modal support.

This commit is contained in:
-LAN-
2024-09-02 00:46:59 +08:00
parent 1f5cc071f8
commit 584053bc01
216 changed files with 4806 additions and 2732 deletions

View File

@ -17,3 +17,8 @@ file_fields = {
"created_by": fields.String,
"created_at": TimestampField,
}
remote_file_info_fields = {
"file_type": fields.String(attribute="file_type"),
"file_length": fields.Integer(attribute="file_length"),
}