fix: cannot regenerate with image(#15060) (#16611)

Co-authored-by: werido <359066432@qq.com>
This commit is contained in:
Jimmyy 2025-04-16 09:56:46 +08:00 committed by GitHub
commit aead48726e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 4 deletions

View file

@ -42,6 +42,7 @@ message_file_fields = {
"size": fields.Integer,
"transfer_method": fields.String,
"belongs_to": fields.String(default="user"),
"upload_file_id": fields.String(default=None),
}
agent_thought_fields = {