feat: add pagination for chunk list

This commit is contained in:
twwu
2024-12-09 11:46:18 +08:00
parent c541d4aaa8
commit 1c5464dbef
10 changed files with 146 additions and 469 deletions

View File

@ -451,6 +451,7 @@ export type SegmentDetailModel = {
stopped_at: number
answer?: string
child_chunks?: ChildChunkDetail[]
updated_at: number
}
export type SegmentsResponse = {