Doco Rebuild Summary
doco_rebuild_summaryRebuild an obsolete summary for a document, folder, or knowledge base, using either deterministic or model generation. Returns a traceable fallback or creates an async job to query later.
Instructions
重建摘要。deterministic 同步返回可追溯 fallback;model 只创建异步任务,必须随后用 doco_summary(job_id) 查询,来源变化或摘要被钉住时结果会 obsolete 而不会覆盖。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Summary scope: document, folder, or knowledge_base. | |
| block_id | No | Stable block ID within the target document. | |
| generator | No | Summary generator: deterministic or model. | |
| target_id | Yes | Document, folder, or knowledge base ID. | |
| idempotency_key | No | Optional key that makes a retried write safe. | |
| base_source_version | No | Source version used when preparing the summary write. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||