Check Plot Consistency
check_plot_consistencyScan documents for plot-level inconsistencies like timeline conflicts, contradicted facts, and dropped threads, then return issues with involved documents to maintain story coherence across chapters.
Instructions
Scan a set of documents for plot-level inconsistencies — timeline conflicts, contradicted facts, dropped threads — and return the issues found with the documents involved. Use this for story/plot coherence across chapters; use check_consistency for general consistency checks or analyze_writing_style for prose-level analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | Run as a background job and return a job id instead of waiting. Default false. | |
| documents | Yes | Array of documents (id and content) to check together, e.g. the chapters of a manuscript. |