get_doc_chunks_info
Retrieve document chunk metadata, including total chunk count and character size per chunk, for efficient processing and analysis of Yuque knowledge base documents.
Instructions
获取文档的分块元信息,包括总块数、每块的字符数等
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accessToken | No | 用于认证 API 请求的令牌 | |
chunk_size | No | 分块大小(字符数),默认为100000 | |
namespace | Yes | 知识库的命名空间,格式为 user/repo | |
slug | Yes | 文档的唯一标识或短链接名称 |