mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00: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