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

Class LocalFilePath

quantmind/configs/paper.py:33–37  ·  view source on GitHub ↗

Filesystem path to a PDF / HTML / Markdown file.

Source from the content-addressed store, hash-verified

31 """Filesystem path to a PDF for Paper Flow V1."""
32
33 type: Literal["local"] = "local"
34 path: Path
35
36
37class RawText(BaseInput):
38 """Reserved inline text input rejected by page-aware Paper Flow V1."""
39
40 type: Literal["text"] = "text"

Callers 1

Calls

no outgoing calls

Tested by 1