MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / _ext

Function _ext

tests/knowledge/test_roundtrip.py:34–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

test_newsMethod · 0.85
_build_paperMethod · 0.85

Calls 2

ExtractionRefClass · 0.90
_nowFunction · 0.70

Tested by

no test coverage detected