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

Class HttpUrl

quantmind/configs/paper.py:26–30  ·  view source on GitHub ↗

Any web URL; PDF vs HTML is decided by content-type.

Source from the content-addressed store, hash-verified

24 """A web URL that must resolve to a PDF in Paper Flow V1."""
25
26 type: Literal["http"] = "http"
27 url: str
28
29
30class LocalFilePath(BaseInput):
31 """Filesystem path to a PDF for Paper Flow V1."""
32
33 type: Literal["local"] = "local"

Callers 1

test_http_pdf_branchMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_http_pdf_branchMethod · 0.72