mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
feat: update child chunk handling and improve UI interactions
This commit is contained in:
@ -627,6 +627,7 @@ export type ChildChunkDetail = {
|
||||
content: string
|
||||
word_count: number
|
||||
created_at: number
|
||||
updated_at: number
|
||||
type: ChildChunkType
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user