mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 11:56:53 +08:00
Feat/customizable file upload config (#818)
This commit is contained in:
@@ -168,3 +168,8 @@ export type PluginProvider = {
|
||||
api_key: string
|
||||
} | null
|
||||
}
|
||||
|
||||
export type FileUploadConfigResponse = {
|
||||
file_size_limit: number
|
||||
batch_count_limit: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user