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
commit 96460d5ea3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 = {