feat: document support rename in in dataset (#4732)

This commit is contained in:
Joel
2024-06-04 15:10:34 +08:00
committed by GitHub
parent 9cf9720efa
commit 96460d5ea3
7 changed files with 195 additions and 17 deletions

View File

@@ -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 = {