2.3.3 #335
guoshiqiufeng
announced in
Releases
2.3.3
#335
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Release Notes - Version 2.3.3
1. feat: add new fields to file upload response DTOs
Add 7 new fields to FileUploadResponse and UploadFileInfoResponse to match the complete Dify API specification:
previewUrl: Preview URL for the file
sourceUrl: Source URL of the file
originalUrl: Original URL of the file
userId: User ID who uploaded the file
tenantId: Tenant ID associated with the file
conversationId: Conversation ID (nullable, for chat context)
fileKey: File storage key/path
This discussion was created from the release 2.3.3.
All reactions