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
parent cd17ce9250
commit aead48726e
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 = {