kb_read_section
Read a specific section of a knowledge document using its section_id or offset, obtained from the outline. Retrieve content with a character limit.
Instructions
【第 2 步·读某一章】按 section_id 或 outline 返回的 offset 读取一节。
【必须先调 kb_get_outline】section_id 只能取自同一次目录的 sections[i].section_id。 也可把 sections[i].offset 传入 offset。交叉使用别的文档的 section_id 会失败。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| offset | No | ||
| max_chars | No | ||
| section_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||