mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
feat: add pagination for chunk list
This commit is contained in:
@ -451,6 +451,7 @@ export type SegmentDetailModel = {
|
||||
stopped_at: number
|
||||
answer?: string
|
||||
child_chunks?: ChildChunkDetail[]
|
||||
updated_at: number
|
||||
}
|
||||
|
||||
export type SegmentsResponse = {
|
||||
|
||||
Reference in New Issue
Block a user