Doco Changes
doco_changesTrack block-level changes in a document by establishing a baseline cursor and fetching subsequent added, removed, modified, or moved blocks. Use to incrementally sync document updates and determine when a full re-read is required.
Instructions
建立或增量读取文档的块级变更水位。首次不传 after 返回 manifest 与 cursor;后续传 cursor 获取 added/removed/modified/moved。sync_required=true 时必须重新读取正文并建立新基线。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | 上次响应返回的不透明 cursor;首次调用省略 | |
| limit | No | 单页变更批次数,默认 100 | |
| locale | No | BCP-47 locale; use all where supported. | |
| document_id | Yes | 文档 ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||