mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
fix: Handle missing dataset avatars and improve routing
This commit is contained in:
@ -403,7 +403,7 @@ export type SimpleDocumentDetail = InitialDocumentDetail & {
|
||||
}
|
||||
}
|
||||
doc_metadata?: MetadataItemWithValue[]
|
||||
created_from: string
|
||||
created_from: 'rag-pipeline' | 'web'
|
||||
}
|
||||
|
||||
export type DocumentListResponse = {
|
||||
|
||||
Reference in New Issue
Block a user