mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-07 01:46:49 +08:00
feat: document support rename in in dataset (#4732)
This commit is contained in:
@@ -178,6 +178,12 @@ export type SimpleDocumentDetail = InitialDocumentDetail & {
|
||||
updated_at: number
|
||||
hit_count: number
|
||||
dataset_process_rule_id?: string
|
||||
data_source_detail_dict?: {
|
||||
upload_file: {
|
||||
name: string
|
||||
extension: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export type DocumentListResponse = {
|
||||
|
||||
Reference in New Issue
Block a user