| 358 | |
| 359 | |
| 360 | class EvidenceItem(TypedDict, total=False): |
| 361 | claim: str |
| 362 | evidence: str |
| 363 | source_section: str |
| 364 | page_hint: str |
| 365 | |
| 366 | |
| 367 | class CandidateChunk(TypedDict, total=False): |
nothing calls this directly
no outgoing calls
no test coverage detected