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

Class BaseInput

quantmind/configs/base.py:46–49  ·  view source on GitHub ↗

Parent of every flow's discriminated-union input member.

Source from the content-addressed store, hash-verified

44
45
46class BaseInput(BaseModel):
47 """Parent of every flow's discriminated-union input member."""
48
49 model_config = ConfigDict(extra="forbid")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected