Parent of every flow's discriminated-union input member.
| 44 | |
| 45 | |
| 46 | class BaseInput(BaseModel): |
| 47 | """Parent of every flow's discriminated-union input member.""" |
| 48 | |
| 49 | model_config = ConfigDict(extra="forbid") |
nothing calls this directly
no outgoing calls
no test coverage detected