| 365 | |
| 366 | |
| 367 | class CandidateChunk(TypedDict, total=False): |
| 368 | text: str |
| 369 | source_section: str |
| 370 | actual_source_section: str |
| 371 | is_abstract_fallback: bool |
| 372 | page_hint: str |
| 373 | kind_hint: str |
| 374 | |
| 375 | |
| 376 | class EquationCandidate(TypedDict, total=False): |
nothing calls this directly
no outgoing calls
no test coverage detected