True iff the item came from an LLM flow (vs hand-curated).
(self)
| 112 | ) |
| 113 | created_at: datetime = Field( |
| 114 | default_factory=lambda: datetime.now(timezone.utc) |
| 115 | ) |
| 116 | |
| 117 | # Provenance (no bare strings) |
| 118 | source: SourceRef |
| 119 | extraction: ExtractionRef | None = None |
no outgoing calls