{
"influence": {
"answerChars": 322,
"attributedChars": 143,
"coverage": 0.44, // share of the answer traceable to the citations
"ranking": ["https://example.com/…", "https://another.example.com/…"],
"insight": "The #1 recommendation comes directly from a first-person review…" // 2–4 sentences, or null
},
"attributions": [ // one per input citation, same order
{
"citationUrl": "https://example.com/best-ramen",
"kind": "panel",
"outcome": "passage", // comment | post | passage | none | unfetched
"influence": 0.28, // this citation's verified share of the answer
"rank": 1,
"sourceRef": { "kind": "passage", "index": 8 },
"spans": [
{
"answerEvidence": "Shin Ramyun is widely regarded as the best-known",
"sourceEvidence": "Shin Ramyun is going to be your classic pick.",
"evidenceVerified": true, // both sides re-checked against the actual documents
"strength": "paraphrase", // verbatim | paraphrase | fact-match
"method": "judge",
"answerRange": { "start": 0, "end": 48 }, // character offsets into your answer
"sourceRef": { "kind": "passage", "index": 8 }
}
],
"method": "judge"
}
],
"debug": { "ms": 9800, "judgeCalls": 2, "cacheHits": 0, "unfetched": 0,
"llmTokens": { "input": 9100, "output": 1200 }, "sourceFetches": 1 }
}