()
| 32 | def _src(kind: str = "manual") -> SourceRef: |
| 33 | return SourceRef(kind=kind) # type: ignore[arg-type] |
| 34 | |
| 35 | |
| 36 | def _ext() -> ExtractionRef: |
| 37 | return ExtractionRef(flow="test_flow", model="gpt-4o", extracted_at=_now()) |
| 38 |
no test coverage detected