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

Class DoiIdentifier

quantmind/configs/paper.py:47–51  ·  view source on GitHub ↗

A DOI to be resolved by ``preprocess.fetch.doi``.

Source from the content-addressed store, hash-verified

45 """A DOI to be resolved by ``preprocess.fetch.doi``."""
46
47 type: Literal["doi"] = "doi"
48 doi: str
49
50
51PaperInput = Annotated[
52 Union[ArxivIdentifier, HttpUrl, LocalFilePath, RawText, DoiIdentifier],
53 Field(discriminator="type"),
54]

Calls

no outgoing calls