frame_compare
Compare two documents on the same subject structurally. Receive per-document summaries, cross-document blind spots, unique coverage gaps, framing differences with reader implications, and agent guidance for interpretation without ranking.
Instructions
Deterministic structural comparison of two documents on the same subject. Returns analysis (per-document summaries plus the cross-document comparison: shared blind spots, unique coverage gaps, voice / temporal / epistemic deltas, and a structured framing-differences narrative with per-dimension reader implications) + agent_guidance (what comparison tells and does not tell you, how to cite without implying a ranking) + provenance. Repeated calls with identical inputs return identical results. No LLM is invoked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_a_text | Yes | The first document to compare. English. 300-10,000 words. | |
| document_b_text | Yes | The second document to compare. English. 300-10,000 words. Should be on the same subject as document_a_text for the comparison to be meaningful. | |
| document_a_label | No | Optional short label for document A (e.g. 'Industry view' or 'Gemini response'). Used in the comparison narrative. Defaults to 'Document A'. | |
| document_b_label | No | Optional short label for document B. Defaults to 'Document B'. |