fix: doc_language return null when document segment settings (#7719)

This commit is contained in:
Jiakun Xu 2024-08-28 08:45:51 +08:00 committed by GitHub
commit e38334cfd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View file

@ -189,6 +189,7 @@ export type InitialDocumentDetail = {
completed_segments?: number
total_segments?: number
doc_form: 'text_model' | 'qa_model'
doc_language: string
}
export type SimpleDocumentDetail = InitialDocumentDetail & {