Fix:Discrepancy between Document.list_chunks() API documentation and implementation (#7575)

### What problem does this PR solve?


Close #7567

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Stephen Hu
2025-05-12 11:05:32 +08:00
committed by GitHub
parent af35e84655
commit ad412380cb
2 changed files with 8 additions and 2 deletions

View File

@ -856,6 +856,12 @@ def list_chunks(tenant_id, dataset_id, document_id):
required: false
default: 30
description: Number of items per page.
- in: query
name: id
type: string
required: false
default: ""
description: Chunk Id.
- in: header
name: Authorization
type: string