feat: document support rename in in dataset (#4732)
This commit is contained in:
parent
9cf9720efa
commit
96460d5ea3
7 changed files with 195 additions and 17 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue