Fix: upload limit in knowledge (#27480)

Co-authored-by: jyong <718720800@qq.com>
This commit is contained in:
KVOJJJin
2025-10-27 13:35:54 +08:00
committed by GitHub
parent 24fb95b050
commit f06025a342
5 changed files with 17 additions and 12 deletions

View File

@@ -236,6 +236,7 @@ export type FileUploadConfigResponse = {
audio_file_size_limit?: number // default is 50MB
video_file_size_limit?: number // default is 100MB
workflow_file_upload_limit?: number // default is 10
file_upload_limit: number // default is 5
}
export type InvitationResult = {